Searched defs:CheckConstPool (Results 1 – 2 of 2) sorted by relevance
3613 __ CheckConstPool(true, true); in AssembleArchTableSwitch() local3871 void CodeGenerator::FinishCode() { __ CheckConstPool(true, false); } in FinishCode() local3875 __ CheckConstPool(true, false); in PrepareForDeoptimizationExits() local
5135 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() function in v8::internal::Assembler