Home | History | Annotate | Download | only in compiler

Lines Matching refs:GetOatAddress

523     copy->SetEntryPointFromCompiledCode(GetOatAddress(portable_resolution_trampoline_offset_));
525 copy->SetEntryPointFromCompiledCode(GetOatAddress(quick_resolution_trampoline_offset_));
533 copy->SetEntryPointFromCompiledCode(GetOatAddress(portable_to_interpreter_bridge_offset_));
535 copy->SetEntryPointFromCompiledCode(GetOatAddress(quick_to_interpreter_bridge_offset_));
538 (GetOatAddress(interpreter_to_interpreter_bridge_offset_)));
541 (GetOatAddress(interpreter_to_compiled_code_bridge_offset_)));
544 const byte* code = GetOatAddress(orig->GetOatCodeOffset());
549 copy->SetEntryPointFromCompiledCode(GetOatAddress(portable_resolution_trampoline_offset_));
551 copy->SetEntryPointFromCompiledCode(GetOatAddress(quick_resolution_trampoline_offset_));
557 copy->SetNativeMethod(GetOatAddress(jni_dlsym_lookup_offset_));
561 const byte* mapping_table = GetOatAddress(mapping_table_off);
565 const byte* vmap_table = GetOatAddress(vmap_table_offset);
569 const byte* native_gc_map = GetOatAddress(native_gc_map_offset);
683 SetPatchLocation(patch, reinterpret_cast<uint32_t>(GetOatAddress(code_offset)));