Searched defs:CheckConstPool (Results 1 – 3 of 3) sorted by relevance
3652 __ CheckConstPool(true, true); in AssembleArchTableSwitch() local3902 void CodeGenerator::FinishCode() { __ CheckConstPool(true, false); } in AssembleConstructFrame() local3906 __ CheckConstPool(true, false); in AssembleConstructFrame() local
703 __ CheckConstPool(true, false); in Generate_JSEntryVariant() local
5335 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() function in v8::internal::Assembler