Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc.cc1599 if (ConstantPoolAccessIsInOverflow()) { in instructions_required_for_mov()
1627 if (!allowOverflow && ConstantPoolAccessIsInOverflow()) { in use_constant_pool_for_mov()
Dassembler-ppc.h1300 bool ConstantPoolAccessIsInOverflow() const { in ConstantPoolAccessIsInOverflow() function
Dmacro-assembler-ppc.cc3380 !(scratch.is(r0) && ConstantPoolAccessIsInOverflow())) { in LoadDoubleLiteral()
/external/v8/src/arm/
Dassembler-arm.h1643 bool ConstantPoolAccessIsInOverflow() const { in ConstantPoolAccessIsInOverflow() function
Dassembler-arm.cc1198 } else if (assembler->ConstantPoolAccessIsInOverflow()) { in instructions_required()