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

  /art/compiler/
oat_test.cc 49 EXPECT_TRUE(oat_method.GetPortableCode() == NULL) << PrettyMethod(method) << " "
50 << oat_method.GetPortableCode();
69 const void* portable_oat_code = oat_method.GetPortableCode();
76 const SwapVector<uint8_t>* portable_code = compiled_method->GetPortableCode();
compiled_method.h 51 const SwapVector<uint8_t>* GetPortableCode() const {
common_compiler_test.cc 201 code = compiled_method->GetPortableCode();
elf_writer_mclinker.cc 269 const std::vector<uint8_t>* code = compiled_code.GetPortableCode();
oat_writer.cc 345 const SwapVector<uint8_t>* portable_code = compiled_method->GetPortableCode();
588 CHECK(compiled_method->GetPortableCode() == nullptr);
    [all...]
  /art/runtime/
oat_file.h 100 const void* GetPortableCode() const {
oat_file.cc 598 method->SetEntryPointFromPortableCompiledCode(GetPortableCode());
class_linker.cc     [all...]
  /art/oatdump/
oatdump.cc 595 code = oat_method.GetPortableCode();
761 const void* portable_code = oat_method.GetPortableCode();
    [all...]

Completed in 101 milliseconds