Home
last modified time | relevance | path

Searched refs:notHeapObject (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp35 Label notHeapObject(env); in NamedICAccessor()
38 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, &notHeapObject); in NamedICAccessor() local
54 Bind(&notHeapObject); in NamedICAccessor()
104 Label notHeapObject(env); in ValuedICAccessor()
107 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, &notHeapObject); in ValuedICAccessor() local
143 Bind(&notHeapObject); in ValuedICAccessor()
H A Dstub_builder.cpp5882 Label notHeapObject(env); in GetCtorPrototype()
5885 BRANCH(TaggedIsHeapObject(ctorProtoOrHC), &isHeapObject, &notHeapObject); in GetCtorPrototype() local
5886 Bind(&notHeapObject); in GetCtorPrototype()

Completed in 17 milliseconds