Home
last modified time | relevance | path

Searched defs:CheckConstPool (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3652 __ CheckConstPool(true, true); in AssembleArchTableSwitch() local
3902 void CodeGenerator::FinishCode() { __ CheckConstPool(true, false); } in AssembleConstructFrame() local
3906 __ CheckConstPool(true, false); in AssembleConstructFrame() local
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc703 __ CheckConstPool(true, false); in Generate_JSEntryVariant() local
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc5335 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() function in v8::internal::Assembler