Searched refs:is_resolved (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp66 static bool already_resolved(JavaThread *thread) { return cache_entry(thread)->is_resolved(code(thread)); }
H A DbytecodeInterpreter.cpp1743 if (!cache->is_resolved((Bytecodes::Code)opcode)) {
1837 if (!cache->is_resolved((Bytecodes::Code)opcode)) {
2238 if (! cache->is_resolved((Bytecodes::Code) opcode)) {
2270 if (!cache->is_resolved((Bytecodes::Code)opcode)) {
2354 if (!cache->is_resolved((Bytecodes::Code)opcode)) {
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp288 bool is_resolved(Bytecodes::Code code) const { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp743 const bool is_resolved = !secondary_entry->is_f1_null(); local
752 if (is_resolved) {
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp504 if (!entry->is_resolved(Bytecodes::_getfield)) {

Completed in 38 milliseconds