Searched defs:targetIsHeapObject (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_function_stub_builder.cpp | 136 BRANCH(TaggedIsHeapObject(target), &targetIsHeapObject, slowPath);
in PrototypeBind() local
|
| H A D | builtins_object_stub_builder.cpp | 41 BRANCH(TaggedIsHeapObject(arrayObj), &targetIsHeapObject, &targetNotEcmaObject);
in CreateListFromArrayLike() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | hcr_circuit_builder.cpp | 584 BRANCH_CIR2(TaggedIsHeapObject(obj), &targetIsHeapObject, &exit); in IsStabelArray() local
|
| H A D | new_object_stub_builder.cpp | 1150 BRANCH(TaggedIsHeapObject(target), &targetIsHeapObject, &exit);
in NewJSBoundFunction() local
|
| H A D | stub_builder.cpp | 5570 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