Home
last modified time | relevance | path

Searched refs:ConstantPoolAccessIsInOverflow (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ppc/
Dassembler-ppc.cc1566 if (ConstantPoolAccessIsInOverflow()) { in instructions_required_for_mov()
1594 if (!allowOverflow && ConstantPoolAccessIsInOverflow()) { in use_constant_pool_for_mov()
Dassembler-ppc.h1294 bool ConstantPoolAccessIsInOverflow() const { in ConstantPoolAccessIsInOverflow() function
Dmacro-assembler-ppc.cc3615 !(scratch.is(r0) && ConstantPoolAccessIsInOverflow())) { in LoadDoubleLiteral()
/external/v8/src/arm/
Dassembler-arm.h1545 bool ConstantPoolAccessIsInOverflow() const { in ConstantPoolAccessIsInOverflow() function
Dassembler-arm.cc1217 } else if (assembler->ConstantPoolAccessIsInOverflow()) { in instructions_required()