Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1339 quick_code_offset = NewQuickCodeOffset(compiled_method, method_ref, thumb_offset); in VisitMethod()
1347 return NewQuickCodeOffset(compiled_method, method_ref, thumb_offset); in VisitMethod()
1458 uint32_t NewQuickCodeOffset(CompiledMethod* compiled_method, in NewQuickCodeOffset() function in art::linker::OatWriter::LayoutReserveOffsetCodeMethodVisitor