Home
last modified time | relevance | path

Searched refs:IsElementsKindGreaterThan (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-call-gen.cc219 IsElementsKindGreaterThan(kind, LAST_ANY_NONEXTENSIBLE_ELEMENTS_KIND), in CallOrConstructWithArrayLike()
H A Dbuiltins-array-gen.cc365 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 Deffect-control-linearizer.cc266 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 Dcode-stub-assembler.h2738 TNode<BoolT> IsElementsKindGreaterThan(TNode<Int32T> target_kind,
H A Dcode-stub-assembler.cc14539 TNode<BoolT> CodeStubAssembler::IsElementsKindGreaterThan(

Completed in 44 milliseconds