Home
last modified time | relevance | path

Searched refs:if_oldspace (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
88 &if_oldspace); in TF_BUILTIN()
165 BIND(&if_oldspace); in TF_BUILTIN()
/external/v8/src/interpreter/
Dinterpreter-generator.cc2516 Label if_newspace(this), if_oldspace(this); in IGNITION_HANDLER() local
2517 Branch(IsSetWord32<CreateClosureFlags::PretenuredBit>(flags), &if_oldspace, in IGNITION_HANDLER()
2528 BIND(&if_oldspace); in IGNITION_HANDLER()