Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc149 uint32_t code_offset = kPointerSize; in CreateOatMethod() local
188 size_t code_offset = compiled_method->AlignCode(size - code_size); in MakeExecutable() local
Delf_patcher.cc217 uintptr_t code_offset = quick_code - code_base; in PatchElf() local
Doat_writer.cc383 uint32_t code_offset = quick_code_offset - thumb_offset; in VisitMethod() local
/art/runtime/mirror/
Dart_method-inl.h217 inline void ArtMethod::SetQuickOatCodeOffset(uint32_t code_offset) { in SetQuickOatCodeOffset()
223 inline void ArtMethod::SetPortableOatCodeOffset(uint32_t code_offset) { in SetPortableOatCodeOffset()
/art/runtime/
Doat.cc494 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) { in OatMethodOffsets()
Doat_file.cc588 const uint32_t code_offset) in OatMethod()
Ddex_file_verifier.cc468 uint32_t code_offset, bool expect_direct) { in CheckClassDataItemMethod()
/art/oatdump/
Doatdump.cc351 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets() local
490 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local
599 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.cc686 bool MethodVerifier::VerifyInstruction(const Instruction* inst, uint32_t code_offset) { in VerifyInstruction()