HomeSort by relevance Sort by last modified time
    Searched refs:SetEntryPointFromCompiledCode (Results 1 - 9 of 9) sorted by null

  /art/runtime/
exception_test.cc 77 method_f_->SetEntryPointFromCompiledCode(CompiledMethod::CodePointer(&fake_code_[sizeof(code_size)], kThumb2));
85 method_g_->SetEntryPointFromCompiledCode(CompiledMethod::CodePointer(&fake_code_[sizeof(code_size)], kThumb2));
instrumentation.cc 76 method->SetEntryPointFromCompiledCode(new_code);
96 method->SetEntryPointFromCompiledCode(new_code);
381 method->SetEntryPointFromCompiledCode(code);
384 method->SetEntryPointFromCompiledCode(GetQuickInstrumentationEntryPoint());
386 method->SetEntryPointFromCompiledCode(GetCompiledCodeToInterpreterBridge());
oat_file.cc 480 method->SetEntryPointFromCompiledCode(GetCode());
runtime.cc     [all...]
class_linker.cc     [all...]
  /art/compiler/
image_writer.cc 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_));
546 copy->SetEntryPointFromCompiledCode(code);
549 copy->SetEntryPointFromCompiledCode(GetOatAddress(portable_resolution_trampoline_offset_));
551 copy->SetEntryPointFromCompiledCode(GetOatAddress(quick_resolution_trampoline_offset_));
oat_writer.cc 415 method->SetEntryPointFromCompiledCode(NULL);
    [all...]
  /art/runtime/mirror/
art_method-inl.h 147 SetEntryPointFromCompiledCode(reinterpret_cast<void*>(code_offset));
art_method.h 217 void SetEntryPointFromCompiledCode(const void* entry_point_from_compiled_code) {

Completed in 35 milliseconds