Home
last modified time | relevance | path

Searched refs:if_newspace (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc86 Label if_newspace(this), if_oldspace(this, Label::kDeferred); in TF_BUILTIN() local
87 Branch(IntPtrLessThan(length, IntPtrConstant(max_elements)), &if_newspace, in TF_BUILTIN()
90 BIND(&if_newspace); in TF_BUILTIN()
836 Label if_newspace(this), if_lospace(this, Label::kDeferred); in TF_BUILTIN() local
841 &if_newspace, &if_lospace); in TF_BUILTIN()
843 BIND(&if_newspace); in TF_BUILTIN()
/external/v8/src/interpreter/
Dinterpreter-generator.cc2516 Label if_newspace(this), if_oldspace(this); in IGNITION_HANDLER() local
2518 &if_newspace); in IGNITION_HANDLER()
2520 BIND(&if_newspace); in IGNITION_HANDLER()