Home
last modified time | relevance | path

Searched refs:BranchIfFastJSArrayForCopy (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.h762 void BranchIfFastJSArrayForCopy(Node* object, Node* context, Label* if_true,
Dcode-stub-assembler.cc1118 void CodeStubAssembler::BranchIfFastJSArrayForCopy(Node* object, Node* context, in BranchIfFastJSArrayForCopy() function in v8::internal::CodeStubAssembler
/external/v8/src/builtins/
Dbuiltins-array-gen.cc1355 BranchIfFastJSArrayForCopy(receiver, context, &clone, &length_done); in TF_BUILTIN()