Home
last modified time | relevance | path

Searched refs:heapObj (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collection_stub_builder.cpp129 Label heapObj(env); in ForEach()
130 BRANCH(TaggedIsHeapObject(callbackFnHandle), &heapObj, slowPath); in ForEach() local
131 Bind(&heapObj); in ForEach()
H A Dbuiltins_number_stub_builder.cpp40 Label heapObj(env); in ParseFloat()
42 BRANCH(TaggedIsHeapObject(msg), &heapObj, slowPath); in ParseFloat() local
43 Bind(&heapObj); in ParseFloat()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h59 Label heapObj(env_); in IsJSObject()
62 BRANCH_CIR2(isHeapObject, &heapObj, &exit); in IsJSObject()
63 Bind(&heapObj); in IsJSObject()
H A Dcircuit_builder.cpp762 Label heapObj(env_); in CheckJSType()
765 BRANCH_CIR2(isHeapObject, &heapObj, &exit); in CheckJSType()
766 Bind(&heapObj); in CheckJSType()

Completed in 6 milliseconds