HomeSort by relevance Sort by last modified time
    Searched defs:quick_code (Results 1 - 7 of 7) sorted by null

  /art/test/661-oat-writer-layout/
oat_writer_layout.cc 42 const void* quick_code = local
45 return static_cast<jlong>(reinterpret_cast<uintptr_t>(quick_code));
  /art/dex2oat/linker/
oat_writer_test.cc 80 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); local
81 EXPECT_FALSE(quick_code.empty());
82 size_t code_size = quick_code.size() * sizeof(quick_code[0]);
83 EXPECT_EQ(0, memcmp(quick_oat_code, &quick_code[0], code_size))
85 CHECK_EQ(0, memcmp(quick_oat_code, &quick_code[0], code_size));
    [all...]
image_writer.cc 2567 const uint8_t* quick_code; local
2655 const uint8_t* quick_code = GetQuickCode(orig, image_info, &quick_is_interpreted); local
    [all...]
oat_writer.cc 1745 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); local
    [all...]
  /art/runtime/
instrumentation.cc 135 static void UpdateEntrypoints(ArtMethod* method, const void* quick_code)
137 method->SetEntryPointFromQuickCompiledCode(quick_code);
908 const void* quick_code = NeedDebugVersionFor(method) local
    [all...]
class_linker.cc 2992 const void* quick_code = nullptr; local
3038 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); local
    [all...]
  /art/oatdump/
oatdump.cc 1808 const void* quick_code = oat_method.GetQuickCode(); local
2336 const void* quick_code = m->GetEntryPointFromQuickCompiledCodePtrSize( local
    [all...]

Completed in 155 milliseconds