Home
last modified time | relevance | path

Searched defs:code_offset (Results 1 – 11 of 11) sorted by relevance

/art/compiler/
Dcommon_compiler_test.cc148 uint32_t code_offset, gc_map_offset; in CreateOatMethod() local
194 size_t code_offset = compiled_method->AlignCode(size - code_size); in MakeExecutable() local
Delf_patcher.cc206 uintptr_t code_offset = quick_code - code_base; in PatchElf() local
Doat_writer.cc379 uint32_t code_offset = quick_code_offset - thumb_offset; in VisitMethod() local
/art/runtime/mirror/
Dart_method-inl.h218 inline void ArtMethod::SetQuickOatCodeOffset(uint32_t code_offset) { in SetQuickOatCodeOffset()
224 inline void ArtMethod::SetPortableOatCodeOffset(uint32_t code_offset) { in SetPortableOatCodeOffset()
/art/runtime/
Doat.cc493 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset, in OatMethodOffsets()
Doat_file.cc584 const uint32_t code_offset, in OatMethod()
Ddex_file_verifier.cc468 uint32_t code_offset, bool expect_direct) { in CheckClassDataItemMethod()
/art/oatdump/
Doatdump.cc344 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets() local
483 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local
592 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local
/art/compiler/dex/
Dmir_graph.cc155 BasicBlock* MIRGraph::SplitBlock(DexOffset code_offset, in SplitBlock()
266 BasicBlock* MIRGraph::FindBlock(DexOffset code_offset, bool split, bool create, in FindBlock()
Dmir_graph.h564 BasicBlock* FindBlock(DexOffset code_offset) { in FindBlock()
/art/runtime/verifier/
Dmethod_verifier.cc669 bool MethodVerifier::VerifyInstruction(const Instruction* inst, uint32_t code_offset) { in VerifyInstruction()