Home
last modified time | relevance | path

Searched refs:CodeDelta (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dcompiled_method.h72 size_t CodeDelta() const;
73 static size_t CodeDelta(InstructionSet instruction_set);
Dcompiled_method.cc86 size_t CompiledCode::CodeDelta() const { in CodeDelta() function in art::CompiledCode
87 return CodeDelta(instruction_set_); in CodeDelta()
90 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta() function in art::CompiledCode
Doat_writer.cc360 uint32_t thumb_offset = compiled_method->CodeDelta(); in VisitMethod()
612 offset_ + sizeof(OatQuickMethodHeader) + compiled_method->CodeDelta()) in VisitMethod()
836 adjusted_offset = offset + CompiledCode::CodeDelta(instruction_set); \ in InitOatCode()