Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h137 OatMethod(const uint8_t* base, const uint32_t code_offset) in OatMethod()
Doat.cc475 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) { in OatMethodOffsets()
Dart_method-inl.h196 inline void ArtMethod::SetQuickOatCodeOffset(uint32_t code_offset) { in SetQuickOatCodeOffset()
Ddex_file_verifier.cc468 uint32_t code_offset, bool expect_direct) { in CheckClassDataItemMethod()
Dclass_linker.cc5597 const uint32_t code_offset = sizeof(void*); in CreateOatMethod() local
/art/compiler/jit/
Djit_compiler.cc252 const uint32_t code_offset = code_ptr - base + thumb_offset; in AddToCodeCache() local
/art/compiler/
Dcommon_compiler_test.cc81 size_t code_offset = compiled_method->AlignCode(size - code_size); in MakeExecutable() local
Doat_writer.cc417 uint32_t code_offset = quick_code_offset - thumb_offset; in VisitMethod() local
/art/compiler/dex/
Dmir_graph.cc184 BasicBlock* MIRGraph::SplitBlock(DexOffset code_offset, in SplitBlock()
291 BasicBlock* MIRGraph::FindBlock(DexOffset code_offset, bool create, in FindBlock()
Dmir_graph.h580 BasicBlock* FindBlock(DexOffset code_offset, in FindBlock()
/art/oatdump/
Doatdump.cc573 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets() local
795 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local
/art/runtime/verifier/
Dmethod_verifier.cc812 bool MethodVerifier::VerifyInstruction(const Instruction* inst, uint32_t code_offset) { in VerifyInstruction()