Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.h58 static size_t InstructionAlignedSize() { in InstructionAlignedSize() function
/art/runtime/jit/
Djit_memory_region.cc361 size_t header_size = OatQuickMethodHeader::InstructionAlignedSize(); in CommitCode()
Djit_code_cache.cc973 code_size = OatQuickMethodHeader::InstructionAlignedSize() + code_size; in Reserve()
/art/compiler/optimizing/
Doptimizing_compiler.cc1261 const uint8_t* code = reserved_code.data() + OatQuickMethodHeader::InstructionAlignedSize(); in JitCompile()
1359 const uint8_t* code = reserved_code.data() + OatQuickMethodHeader::InstructionAlignedSize(); in JitCompile()