Home | History | Annotate | Download | only in mirror

Lines Matching defs:code

147   const void* code = EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode());
148 if (code == nullptr) {
151 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_;
188 const void* code = GetEntryPointFromQuickCompiledCode();
189 if (code == GetQuickToInterpreterBridge() || code == GetQuickInstrumentationEntryPoint()) {
193 if (code == class_linker->GetQuickResolutionTrampoline() ||
194 code == class_linker->GetQuickToInterpreterBridgeTrampoline()) {
200 << " code=" << code
349 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(this, sizeof(void*));
350 return pc - reinterpret_cast<uintptr_t>(code);
367 // Direct method is cloned from original java.lang.reflect.Proxy class together with code