Lines Matching refs:thisIsHeapobject
162 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
510 Branch(TaggedIsHeapObject(thisValue), &thisIsHeapobject, &slowPath); in DECLARE_BUILTINS()
511 Bind(&thisIsHeapobject); in DECLARE_BUILTINS()