Home
last modified time | relevance | path

Searched refs:CSA_CHECK (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-generator-gen.cc235 CSA_CHECK(this, UintPtrLessThan(formal_parameter_count, in TF_BUILTIN()
256 CSA_CHECK(this, UintPtrLessThan(end_index, parameters_and_registers_length)); in TF_BUILTIN()
293 CSA_CHECK(this, UintPtrLessThan(end_index, parameters_and_registers_length)); in TF_BUILTIN()
Dbuiltins-internal-gen.cc1092 CSA_CHECK(this, IsValidPositiveSmi(requested_size)); in TF_BUILTIN()
1103 CSA_CHECK(this, IsValidPositiveSmi(requested_size)); in TF_BUILTIN()
1114 CSA_CHECK(this, IsValidPositiveSmi(requested_size)); in TF_BUILTIN()
1125 CSA_CHECK(this, IsValidPositiveSmi(requested_size)); in TF_BUILTIN()
Dbuiltins-microtask-queue-gen.cc463 CSA_CHECK(this, IntPtrLessThan(IntPtrConstant(0), size)); in RewindEnteredContext()
464 CSA_CHECK(this, IntPtrLessThanOrEqual(saved_entered_context_count, size)); in RewindEnteredContext()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1556 CSA_CHECK(this, UintPtrGreaterThanOrEqual(sbx_ptr, sandbox_base)); in StoreSandboxedPointerToObject()
1557 CSA_CHECK(this, UintPtrLessThan(sbx_ptr, sandbox_end)); in StoreSandboxedPointerToObject()
2306 CSA_CHECK(this, SmiBelow(effective_index, LoadFixedArrayBaseLength(array))); in FixedArrayBoundsCheck()
2317 CSA_CHECK(this, UintPtrLessThan(effective_index, in FixedArrayBoundsCheck()
4088 CSA_CHECK(this, IsValidFastJSArrayCapacity(capacity)); in AllocateUninitializedJSArrayWithElements()
14159 CSA_CHECK(this, in LoadVariableLengthJSArrayBufferViewByteLength()
Dcode-stub-assembler.h231 #define CSA_CHECK(csa, x) \ macro
234 #define CSA_CHECK(csa, x) (csa)->FastCheck(x) macro
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc264 CSA_CHECK(this, IsNotCleared(maybe_context)); in HandleLoadAccessor()