Searched refs:objNotHeapObject (Results 1 – 2 of 2) sorted by relevance
2552 Label objNotHeapObject(&builder_); in LowerTypeof() local2553 builder_.Branch(builder_.TaggedIsHeapObject(obj), &objIsHeapObject, &objNotHeapObject); in LowerTypeof()2608 builder_.Bind(&objNotHeapObject); in LowerTypeof()
3363 Label objNotHeapObject(env); in FastTypeOf() local3364 Branch(TaggedIsHeapObject(obj), &objIsHeapObject, &objNotHeapObject); in FastTypeOf()3419 Bind(&objNotHeapObject); in FastTypeOf()