Searched defs:in_native_entry (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp237 static bool in_native_entry(address pc) { return _native_entry_begin <= pc && pc < _native_entry_end; } function in class:AbstractInterpreter

Completed in 30 milliseconds