Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h883 bool IsConstantAreaEmpty() const { return constant_area_.IsEmpty(); } in IsConstantAreaEmpty() function
/art/compiler/utils/x86_64/
Dassembler_x86_64.h948 bool IsConstantAreaEmpty() const { return constant_area_.GetSize() == 0; } in IsConstantAreaEmpty() function
/art/compiler/optimizing/
Dcode_generator_x86_64.cc7772 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()
Dcode_generator_x86.cc8498 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()