Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h793 size_t ConstantAreaSize() const { return constant_area_.GetSize(); } in ConstantAreaSize() function
/art/compiler/utils/x86_64/
Dassembler_x86_64.h850 size_t ConstantAreaSize() const { return constant_area_.GetSize(); } in ConstantAreaSize() function
/art/compiler/optimizing/
Dcode_generator_x86_64.cc6677 const int32_t offset_in_constant_table = assembler->ConstantAreaSize(); in CreateJumpTable()
Dcode_generator_x86.cc7253 const int32_t offset_in_constant_table = assembler->ConstantAreaSize(); in CreateJumpTable()