Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2552 Label objNotHeapObject(&builder_); in LowerTypeof() local
2553 builder_.Branch(builder_.TaggedIsHeapObject(obj), &objIsHeapObject, &objNotHeapObject); in LowerTypeof()
2608 builder_.Bind(&objNotHeapObject); in LowerTypeof()
Dstub_builder.cpp3363 Label objNotHeapObject(env); in FastTypeOf() local
3364 Branch(TaggedIsHeapObject(obj), &objIsHeapObject, &objNotHeapObject); in FastTypeOf()
3419 Bind(&objNotHeapObject); in FastTypeOf()