Home
last modified time | relevance | path

Searched defs:if_runtime (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-call-gen.cc197 GotoIf(TaggedIsSmi(arguments_list), &if_runtime); in CallOrConstructWithArrayLike() local
211 Branch(IsJSArrayMap(arguments_list_map), &if_array, &if_runtime); in CallOrConstructWithArrayLike() local
220 &if_runtime); in CallOrConstructWithArrayLike() local
245 &if_runtime); in CallOrConstructWithArrayLike() local
246 Branch(IsNoElementsProtectorCellInvalid(), &if_runtime, &if_done); in CallOrConstructWithArrayLike() local
256 GotoIfNot(TaggedEqual(length, elements_length), &if_runtime); in CallOrConstructWithArrayLike() local
H A Dbuiltins-internal-gen.cc801 if_runtime); in SetOrCopyDataProperties() local
810 GotoIf(IsDeprecatedMap(target_map), if_runtime); in SetOrCopyDataProperties() local
855 GotoIf(IsJSReceiverInstanceType(source_instance_type), if_runtime); in SetOrCopyDataProperties() local
862 if_runtime); in SetOrCopyDataProperties() local
883 GotoIf(IsNullOrUndefined(source), &if_runtime); in TF_BUILTIN() local
777 SetOrCopyDataProperties( TNode<Context> context, TNode<JSReceiver> target, TNode<Object> source, Label* if_runtime, base::Optional<TNode<IntPtrT>> excluded_property_count = base::nullopt, base::Optional<TNode<IntPtrT>> excluded_property_base = base::nullopt, bool use_set = true) SetOrCopyDataProperties() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc3860 auto if_runtime = __ MakeDeferredLabel(); in StringCharCodeAt() local
3883 &if_slicedstring, &if_runtime); in StringCharCodeAt() local
3902 &if_runtime); in StringCharCodeAt() local
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc3571 GotoIf(TaggedIsSmi(lookup_start_object), &if_runtime); in KeyedLoadICGeneric() local
3572 GotoIf(IsNullOrUndefined(lookup_start_object), &if_runtime); in KeyedLoadICGeneric() local
3589 &if_runtime); in KeyedLoadICGeneric() local
3608 &if_in_string_table, &var_unique, &if_runtime, in KeyedLoadICGeneric() local
3609 &if_runtime); in KeyedLoadICGeneric() local
3624 &if_runtime, kDontUseStubCache); in KeyedLoadICGeneric() local
3636 var_index.value(), &if_runtime); KeyedLoadICGeneric() local
[all...]

Completed in 26 milliseconds