Home
last modified time | relevance | path

Searched refs:IsPrototypeInitialArrayPrototype (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-call-gen.cc158 GotoIfNot(IsPrototypeInitialArrayPrototype(context, arguments_list_map), in CallOrConstructWithArrayLike()
294 GotoIfNot(IsPrototypeInitialArrayPrototype(context, spread_map), &if_generic); in CallOrConstructWithSpread()
Darray-foreach.tq118 if (!IsPrototypeInitialArrayPrototype(context, map)) goto Slow;
Darray.tq42 if (!IsPrototypeInitialArrayPrototype(context, map)) goto Bailout;
Dbuiltins-array-gen.cc847 GotoIfNot(IsPrototypeInitialArrayPrototype(context(), original_map), in GenerateArraySpeciesCreate()
892 GotoIfNot(IsPrototypeInitialArrayPrototype(context(), original_map), in GenerateArraySpeciesCreate()
1186 GotoIfNot(IsPrototypeInitialArrayPrototype(context, map), slow); in HandleFastSlice()
Dbase.tq612 extern macro IsPrototypeInitialArrayPrototype(Context, Map): bool;
/external/v8/src/
Dcode-stub-assembler.h1805 TNode<BoolT> IsPrototypeInitialArrayPrototype(SloppyTNode<Context> context,
Dcode-stub-assembler.cc1108 GotoIfNot(IsPrototypeInitialArrayPrototype(context, map), if_false); in BranchIfFastJSArray()
5323 TNode<BoolT> CodeStubAssembler::IsPrototypeInitialArrayPrototype( in IsPrototypeInitialArrayPrototype() function in v8::internal::CodeStubAssembler