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

  /art/runtime/mirror/
art_method-inl.h 84 uintptr_t code = reinterpret_cast<uintptr_t>(GetEntryPointFromCompiledCode());
125 const void* code = GetEntryPointFromCompiledCode();
142 return reinterpret_cast<uint32_t>(GetEntryPointFromCompiledCode());
art_method.cc 266 if (GetEntryPointFromCompiledCode() != NULL) {
268 LOG(INFO) << StringPrintf("Invoking '%s' code=%p", PrettyMethod(this).c_str(), GetEntryPointFromCompiledCode());
286 LOG(INFO) << StringPrintf("Returned '%s' code=%p", PrettyMethod(this).c_str(), GetEntryPointFromCompiledCode());
290 << "' code=" << reinterpret_cast<const void*>(GetEntryPointFromCompiledCode());
art_method.h 213 const void* GetEntryPointFromCompiledCode() const {
225 uintptr_t code = reinterpret_cast<uintptr_t>(GetEntryPointFromCompiledCode());
  /art/runtime/entrypoints/portable/
portable_invoke_entrypoints.cc 45 const void* code = method->GetEntryPointFromCompiledCode();
portable_trampoline_entrypoints.cc 396 code = called->GetEntryPointFromCompiledCode();
410 code = called->GetEntryPointFromCompiledCode();
  /art/runtime/entrypoints/quick/
quick_invoke_entrypoints.cc 128 const void* code = method->GetEntryPointFromCompiledCode();
162 const void* code = method->GetEntryPointFromCompiledCode();
quick_trampoline_entrypoints.cc 544 code = called->GetEntryPointFromCompiledCode();
552 code = called->GetEntryPointFromCompiledCode();
  /art/compiler/driver/
compiler_driver_test.cc 122 EXPECT_TRUE(method->GetEntryPointFromCompiledCode() != NULL) << "method_idx=" << i
compiler_driver.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 61 if (method->GetEntryPointFromCompiledCode() != NULL) {
65 ASSERT_TRUE(method->GetEntryPointFromCompiledCode() != NULL) << method_name << " " << method_sig;
  /art/runtime/
instrumentation.cc 394 const void* code = method->GetEntryPointFromCompiledCode();
class_linker.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 675 milliseconds