Searched refs:CheckConstPool (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | jump-table-assembler.cc | 107 CheckConstPool(true, false); // force emit of const pool
|
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 473 __ CheckConstPool(true, true); in Switch()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 1182 void CheckConstPool(bool force_emit, bool require_jump); 1186 CheckConstPool(false, true); in MaybeCheckConstPool()
|
H A D | assembler-arm.cc | 576 CheckConstPool(true, false); in GetCode() 1477 CheckConstPool(false, false); in b() 2276 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm() 5335 void Assembler::CheckConstPool(bool force_emit, bool require_jump) { in CheckConstPool() function in v8::internal::Assembler 5390 // Block recursive calls to CheckConstPool. in CheckConstPool()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 3652 __ CheckConstPool(true, true); in AssembleArchInstruction() 3902 void CodeGenerator::FinishCode() { __ CheckConstPool(true, false); } in AssembleArchInstruction() 3906 __ CheckConstPool(true, false); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 703 __ CheckConstPool(true, false); in Generate_JSEntryVariant()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 556 void LiftoffAssembler::FinishCode() { CheckConstPool(true, false); } in FinishCode()
|
Completed in 30 milliseconds