Searched defs:code_offset (Results 1 – 11 of 11) sorted by relevance
149 uint32_t code_offset = kPointerSize; in CreateOatMethod() local188 size_t code_offset = compiled_method->AlignCode(size - code_size); in MakeExecutable() local
217 uintptr_t code_offset = quick_code - code_base; in PatchElf() local
383 uint32_t code_offset = quick_code_offset - thumb_offset; in VisitMethod() local
217 inline void ArtMethod::SetQuickOatCodeOffset(uint32_t code_offset) { in SetQuickOatCodeOffset()223 inline void ArtMethod::SetPortableOatCodeOffset(uint32_t code_offset) { in SetPortableOatCodeOffset()
494 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) { in OatMethodOffsets()
588 const uint32_t code_offset) in OatMethod()
468 uint32_t code_offset, bool expect_direct) { in CheckClassDataItemMethod()
351 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets() local490 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local599 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()
686 bool MethodVerifier::VerifyInstruction(const Instruction* inst, uint32_t code_offset) { in VerifyInstruction()