Searched defs:code_offset (Results 1 – 11 of 11) sorted by relevance
148 uint32_t code_offset, gc_map_offset; in CreateOatMethod() local194 size_t code_offset = compiled_method->AlignCode(size - code_size); in MakeExecutable() local
206 uintptr_t code_offset = quick_code - code_base; in PatchElf() local
379 uint32_t code_offset = quick_code_offset - thumb_offset; in VisitMethod() local
218 inline void ArtMethod::SetQuickOatCodeOffset(uint32_t code_offset) { in SetQuickOatCodeOffset()224 inline void ArtMethod::SetPortableOatCodeOffset(uint32_t code_offset) { in SetPortableOatCodeOffset()
493 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset, in OatMethodOffsets()
584 const uint32_t code_offset, in OatMethod()
468 uint32_t code_offset, bool expect_direct) { in CheckClassDataItemMethod()
344 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets() local483 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local592 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local
155 BasicBlock* MIRGraph::SplitBlock(DexOffset code_offset, in SplitBlock()266 BasicBlock* MIRGraph::FindBlock(DexOffset code_offset, bool split, bool create, in FindBlock()
564 BasicBlock* FindBlock(DexOffset code_offset) { in FindBlock()
669 bool MethodVerifier::VerifyInstruction(const Instruction* inst, uint32_t code_offset) { in VerifyInstruction()