Home
last modified time | relevance | path

Searched defs:isEcmaObject (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_reflect_stub_builder.cpp28 BRANCH(IsEcmaObject(obj), &isEcmaObject, slowPath); in Get() local
H A Dbuiltins_regexp_stub_builder.cpp26 BRANCH(IsEcmaObject(thisValue), &isEcmaObject, slowPath); in GetFlags() local
H A Dbuiltins_object_stub_builder.cpp1295 BRANCH(IsEcmaObject(obj), &isEcmaObject, slowPath); in GetPrototypeOf() local
1329 BRANCH(IsEcmaObject(obj), &isEcmaObject, &notEcmaObject); in SetPrototypeOf() local
H A Dbuiltins_typedarray_stub_builder.cpp1417 BRANCH(IsEcmaObject(thisValue), &isEcmaObject, slowPath); in Filter() local
1554 BRANCH(IsEcmaObject(thisValue), &isEcmaObject, slowPath); in Slice() local
2389 BRANCH(IsEcmaObject(thisValue), &isEcmaObject, slowPath); in BuildArrayIterator() local
2518 BRANCH(IsEcmaObject(thisValue), &isEcmaObject, slowPath); Of() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp1278 GateRef isEcmaObject = builder_.TaggedObjectIsEcmaObject(value); in LowerHeapObjectIsEcmaObject() local
H A Dinterpreter_stub.cpp1495 BRANCH(TaggedObjectIsEcmaObject(value), &isEcmaObject, &notEcmaObject); in DECLARE_ASM_HANDLER() local
H A Dnew_object_stub_builder.cpp2103 BRANCH(IsEcmaObject(thisValue), &isEcmaObject, &throwTypeError); in CreateJSTypedArrayIterator() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4120 Branch(TaggedObjectIsEcmaObject(v0), &isEcmaObject, &notEcmaObject); in GenerateCircuit() local

Completed in 41 milliseconds