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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp136 Interpreter::_native_entry_end = Interpreter::code()->code_end(); member in class:Interpreter
H A DabstractInterpreter.hpp138 static address _native_entry_end; member in class:AbstractInterpreter
237 static bool in_native_entry(address pc) { return _native_entry_begin <= pc && pc < _native_entry_end; }
H A Dinterpreter.cpp144 address AbstractInterpreter::_native_entry_end = NULL; member in class:AbstractInterpreter
H A DtemplateInterpreter.cpp382 Interpreter::_native_entry_end = Interpreter::code()->code_end(); member in class:Interpreter

Completed in 261 milliseconds