Home
last modified time | relevance | path

Searched refs:EnsureArrayPushable (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Darray-shift.tq13 witness.EnsureArrayPushable() otherwise Slow;
Darray-filter.tq107 fastOutputW.EnsureArrayPushable() otherwise goto Bailout(k, to);
Darray-splice.tq136 let elementsKind: ElementsKind = EnsureArrayPushable(map) otherwise Bailout;
Dbase.tq717 extern macro EnsureArrayPushable(implicit context: Context)(Map): ElementsKind
1806 const kind = EnsureArrayPushable(array.map) otherwise Slow;
Dbuiltins-array-gen.cc364 kind = EnsureArrayPushable(context, LoadMap(array_receiver), &runtime); in TF_BUILTIN()
/third_party/node/deps/v8/src/objects/
Djs-array.tq233 macro EnsureArrayPushable(implicit context: Context)(): void labels Failed {
234 EnsureArrayPushable(this.map) otherwise Failed;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1831 TNode<Int32T> EnsureArrayPushable(TNode<Context> context, TNode<Map> map,
Dcode-stub-assembler.cc3214 TNode<Int32T> CodeStubAssembler::EnsureArrayPushable(TNode<Context> context, in EnsureArrayPushable() function in v8::internal::CodeStubAssembler