Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp327 Label newTargetIsHeapObject(env); in DECLARE_BUILTINS() local
334 Branch(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath1); in DECLARE_BUILTINS()
335 Bind(&newTargetIsHeapObject); in DECLARE_BUILTINS()
397 Label newTargetIsHeapObject(env); in DECLARE_BUILTINS() local
398 Branch(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath1); in DECLARE_BUILTINS()
399 Bind(&newTargetIsHeapObject); in DECLARE_BUILTINS()
473 Label newTargetIsHeapObject(env); in DECLARE_BUILTINS() local
480 Branch(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath1); in DECLARE_BUILTINS()
481 Bind(&newTargetIsHeapObject); in DECLARE_BUILTINS()
574 Label newTargetIsHeapObject(env); in DECLARE_BUILTINS() local
[all …]