Home
last modified time | relevance | path

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

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