Searched refs:thisIsHeapobject (Results 1 – 1 of 1) sorted by relevance
162 Label thisIsHeapobject(env); in DECLARE_BUILTINS() local168 Branch(TaggedIsHeapObject(thisValue), &thisIsHeapobject, &slowPath); in DECLARE_BUILTINS()169 Bind(&thisIsHeapobject); in DECLARE_BUILTINS()237 Label thisIsHeapobject(env); in DECLARE_BUILTINS() local244 Branch(TaggedIsHeapObject(thisValue), &thisIsHeapobject, &slowPath); in DECLARE_BUILTINS()245 Bind(&thisIsHeapobject); in DECLARE_BUILTINS()359 Label thisIsHeapobject(env); in DECLARE_BUILTINS() local365 Branch(TaggedIsHeapObject(thisValue), &thisIsHeapobject, &slowPath); in DECLARE_BUILTINS()366 Bind(&thisIsHeapobject); in DECLARE_BUILTINS()504 Label thisIsHeapobject(env); in DECLARE_BUILTINS() local[all …]