Home
last modified time | relevance | path

Searched refs:notEcmaObject (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp761 Label notEcmaObject; in ResumeRspAndDispatch()
765 __ B(Condition::NE, &notEcmaObject); in ResumeRspAndDispatch()
771 __ B(Condition::HI, &notEcmaObject); in ResumeRspAndDispatch()
773 __ B(Condition::LO, &notEcmaObject); in ResumeRspAndDispatch()
780 __ Bind(&notEcmaObject); in ResumeRspAndDispatch()
877 Label notEcmaObject;
881 __ B(Condition::NE, &notEcmaObject);
887 __ B(Condition::HI, &notEcmaObject);
889 __ B(Condition::LO, &notEcmaObject);
893 __ Bind(&notEcmaObject);
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1188 Label notEcmaObject; in ResumeRspAndDispatch() local
1192 __ Jne(&notEcmaObject); in ResumeRspAndDispatch()
1197 __ Ja(&notEcmaObject); in ResumeRspAndDispatch()
1199 __ Jb(&notEcmaObject); in ResumeRspAndDispatch()
1206 __ Bind(&notEcmaObject); in ResumeRspAndDispatch()
1378 Label notEcmaObject; in ResumeRspAndReturnBaseline() local
1382 __ Jne(&notEcmaObject); in ResumeRspAndReturnBaseline()
1387 __ Ja(&notEcmaObject); in ResumeRspAndReturnBaseline()
1389 __ Jb(&notEcmaObject); in ResumeRspAndReturnBaseline()
1393 __ Bind(&notEcmaObject); in ResumeRspAndReturnBaseline()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1328 Label notEcmaObject(env); in SetPrototypeOf()
1329 BRANCH(IsEcmaObject(obj), &isEcmaObject, &notEcmaObject); in SetPrototypeOf() local
1332 Bind(&notEcmaObject); in SetPrototypeOf()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp1169 Label notEcmaObject(&builder_); in LowerThrowIfNotObject()
1171 BRANCH_CIR(builder_.TaggedIsHeapObject(value), &isHeapObject, &notEcmaObject); in LowerThrowIfNotObject()
1173 BRANCH_CIR(builder_.TaggedObjectIsEcmaObject(value), &isEcmaObject, &notEcmaObject); in LowerThrowIfNotObject()
1178 builder_.Bind(&notEcmaObject); in LowerThrowIfNotObject()
H A Dinterpreter_stub.cpp1491 Label notEcmaObject(env); in DECLARE_ASM_HANDLER()
1493 BRANCH(TaggedIsHeapObject(value), &isHeapObject, &notEcmaObject); in DECLARE_ASM_HANDLER() local
1495 BRANCH(TaggedObjectIsEcmaObject(value), &isEcmaObject, &notEcmaObject); in DECLARE_ASM_HANDLER() local
1500 Bind(&notEcmaObject); in DECLARE_ASM_HANDLER()
H A Dtyped_native_inline_lowering.cpp2711 Label notEcmaObject(&builder_); in LowerReflectGet()
2715 BRANCH_CIR(builder_.IsEcmaObject(target), &isEcmaObject, &notEcmaObject); in LowerReflectGet()
2722 builder_.Bind(&notEcmaObject); in LowerReflectGet()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4116 Label notEcmaObject(env); in GenerateCircuit()
4118 Branch(TaggedIsHeapObject(v0), &isHeapObject, &notEcmaObject); in GenerateCircuit() local
4120 Branch(TaggedObjectIsEcmaObject(v0), &isEcmaObject, &notEcmaObject); in GenerateCircuit() local
4125 Bind(&notEcmaObject); in GenerateCircuit()

Completed in 45 milliseconds