Home
last modified time | relevance | path

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

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