Searched refs:_native_entry_begin (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp133 Interpreter::_native_entry_begin = Interpreter::code()->code_end(); member in class:Interpreter
H A DabstractInterpreter.hpp137 static address _native_entry_begin; // Region for native entry code member in class:AbstractInterpreter
237 static bool in_native_entry(address pc) { return _native_entry_begin <= pc && pc < _native_entry_end; }
H A Dinterpreter.cpp143 address AbstractInterpreter::_native_entry_begin = NULL; member in class:AbstractInterpreter
H A DtemplateInterpreter.cpp379 Interpreter::_native_entry_begin = Interpreter::code()->code_end(); member in class:Interpreter

Completed in 34 milliseconds