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

  /art/compiler/
exception_test.cc 116 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr);
121 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr);
common_compiler_test.cc 99 method->SetEntryPointFromQuickCompiledCode(method_code);
  /art/runtime/jit/
jit_code_cache.cc     [all...]
  /art/runtime/
art_method.h 431 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) {
    [all...]
runtime.cc     [all...]
instrumentation.cc 137 method->SetEntryPointFromQuickCompiledCode(quick_code);
    [all...]
class_linker.cc     [all...]
oat_file.cc     [all...]
jni_internal_test.cc 632 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub());
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 254 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub());
    [all...]

Completed in 377 milliseconds