Searched refs:IsPrototypeInitialArrayPrototype (Results 1 – 7 of 7) sorted by relevance
| /external/v8/src/builtins/ |
| D | builtins-call-gen.cc | 158 GotoIfNot(IsPrototypeInitialArrayPrototype(context, arguments_list_map), in CallOrConstructWithArrayLike() 294 GotoIfNot(IsPrototypeInitialArrayPrototype(context, spread_map), &if_generic); in CallOrConstructWithSpread()
|
| D | array-foreach.tq | 118 if (!IsPrototypeInitialArrayPrototype(context, map)) goto Slow;
|
| D | array.tq | 42 if (!IsPrototypeInitialArrayPrototype(context, map)) goto Bailout;
|
| D | builtins-array-gen.cc | 847 GotoIfNot(IsPrototypeInitialArrayPrototype(context(), original_map), in GenerateArraySpeciesCreate() 892 GotoIfNot(IsPrototypeInitialArrayPrototype(context(), original_map), in GenerateArraySpeciesCreate() 1186 GotoIfNot(IsPrototypeInitialArrayPrototype(context, map), slow); in HandleFastSlice()
|
| D | base.tq | 612 extern macro IsPrototypeInitialArrayPrototype(Context, Map): bool;
|
| /external/v8/src/ |
| D | code-stub-assembler.h | 1805 TNode<BoolT> IsPrototypeInitialArrayPrototype(SloppyTNode<Context> context,
|
| D | code-stub-assembler.cc | 1108 GotoIfNot(IsPrototypeInitialArrayPrototype(context, map), if_false); in BranchIfFastJSArray() 5323 TNode<BoolT> CodeStubAssembler::IsPrototypeInitialArrayPrototype( in IsPrototypeInitialArrayPrototype() function in v8::internal::CodeStubAssembler
|