Home
last modified time | relevance | path

Searched defs:targetIsHeapObject (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp136 BRANCH(TaggedIsHeapObject(target), &targetIsHeapObject, slowPath); in PrototypeBind() local
H A Dbuiltins_object_stub_builder.cpp41 BRANCH(TaggedIsHeapObject(arrayObj), &targetIsHeapObject, &targetNotEcmaObject); in CreateListFromArrayLike() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.cpp584 BRANCH_CIR2(TaggedIsHeapObject(obj), &targetIsHeapObject, &exit); in IsStabelArray() local
H A Dnew_object_stub_builder.cpp1150 BRANCH(TaggedIsHeapObject(target), &targetIsHeapObject, &exit); in NewJSBoundFunction() local
H A Dstub_builder.cpp5570 BRANCH(TaggedIsHeapObject(target), &targetIsHeapObject, &targetNotEcmaObject); in InstanceOf() local
9014 BRANCH(TaggedIsHeapObject(obj), &targetIsHeapObject, &exit); in HasStableElements() local
9043 BRANCH(TaggedIsHeapObject(obj), &targetIsHeapObject, &exit); in IsStableJSArguments() local
9072 BRANCH(TaggedIsHeapObject(obj), &targetIsHeapObject, &exit); IsStableJSArray() local
[all...]

Completed in 27 milliseconds