Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp162 Label thisIsHeapobject(env); in DECLARE_BUILTINS() local
168 Branch(TaggedIsHeapObject(thisValue), &thisIsHeapobject, &slowPath); in DECLARE_BUILTINS()
169 Bind(&thisIsHeapobject); in DECLARE_BUILTINS()
237 Label thisIsHeapobject(env); in DECLARE_BUILTINS() local
244 Branch(TaggedIsHeapObject(thisValue), &thisIsHeapobject, &slowPath); in DECLARE_BUILTINS()
245 Bind(&thisIsHeapobject); in DECLARE_BUILTINS()
359 Label thisIsHeapobject(env); in DECLARE_BUILTINS() local
365 Branch(TaggedIsHeapObject(thisValue), &thisIsHeapobject, &slowPath); in DECLARE_BUILTINS()
366 Bind(&thisIsHeapobject); in DECLARE_BUILTINS()
504 Label thisIsHeapobject(env); in DECLARE_BUILTINS() local
[all …]