Searched refs:Int32GreaterThan (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-sharedarraybuffer-gen.cc | 87 Branch(Int32GreaterThan(elements_kind, Int32Constant(UINT8_CLAMPED_ELEMENTS)), in ValidateIntegerTypedArray() 302 GotoIf(Int32GreaterThan(elements_kind, Int32Constant(INT32_ELEMENTS)), &u64); 427 GotoIf(Int32GreaterThan(elements_kind, Int32Constant(INT32_ELEMENTS)), &big); 567 GotoIf(Int32GreaterThan(elements_kind, Int32Constant(INT32_ELEMENTS)), &big); 739 GotoIf(Int32GreaterThan(elements_kind, Int32Constant(INT32_ELEMENTS)), &big);
|
H A D | builtins-string-gen.cc | 818 Int32GreaterThan(code16, Int32Constant(String::kMaxOneByteCharCode)), in TF_BUILTIN()
|
H A D | builtins-internal-gen.cc | 1061 Branch(Int32GreaterThan(formal_count, pushed_argc.value()), &update_argc, in TF_BUILTIN()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 488 Node* Int32GreaterThan(Node* a, Node* b) { return Int32LessThan(b, a); } in Int32GreaterThan() function in v8::internal::compiler::RawMachineAssembler
|
H A D | code-assembler.h | 221 V(Int32GreaterThan, BoolT, Word32T, Word32T) \
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 2196 GotoIf(Int32GreaterThan(osr_urgency, loop_depth), &osr); in IGNITION_HANDLER()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 6611 Int32GreaterThan(instance_type, 9020 GotoIf(Int32GreaterThan(var_low.value(), limit), if_not_found); 14541 return Int32GreaterThan(target_kind, Int32Constant(reference_kind));
|
H A D | code-stub-assembler.h | 716 SMI_COMPARISON_OP(SmiGreaterThan, IntPtrGreaterThan, Int32GreaterThan)
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 2317 Branch(Int32GreaterThan(elements_kind, in EmitElementLoad()
|
Completed in 85 milliseconds