Searched refs:IsElementsKindGreaterThan (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-call-gen.cc | 219 IsElementsKindGreaterThan(kind, LAST_ANY_NONEXTENSIBLE_ELEMENTS_KIND), in CallOrConstructWithArrayLike()
|
H A D | builtins-array-gen.cc | 365 GotoIf(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS), in TF_BUILTIN() 399 Branch(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &double_push, in TF_BUILTIN()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 266 Node* IsElementsKindGreaterThan(Node* kind, ElementsKind reference_kind); 5711 Node* EffectControlLinearizer::IsElementsKindGreaterThan( in IsElementsKindGreaterThan() function in v8::internal::compiler::EffectControlLinearizer 5777 __ GotoIfNot(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS), in LowerTransitionAndStoreElement() 5779 __ GotoIfNot(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), &do_store, in LowerTransitionAndStoreElement() 5826 __ GotoIf(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), in LowerTransitionAndStoreElement() 5892 __ GotoIfNot(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS), in LowerTransitionAndStoreNumberElement() 5953 __ GotoIfNot(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS), in LowerTransitionAndStoreNonNumberElement() 5955 __ GotoIf(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), in LowerTransitionAndStoreNonNumberElement() 6018 __ GotoIf(IsElementsKindGreaterThan(kind, HOLEY_ELEMENTS), in LowerStoreSignedSmallElement()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 2738 TNode<BoolT> IsElementsKindGreaterThan(TNode<Int32T> target_kind,
|
H A D | code-stub-assembler.cc | 14539 TNode<BoolT> CodeStubAssembler::IsElementsKindGreaterThan(
|
Completed in 44 milliseconds