Searched refs:notEcmaObject (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | asm_interpreter_call.cpp | 761 Label notEcmaObject; in ResumeRspAndDispatch() 765 __ B(Condition::NE, ¬EcmaObject); in ResumeRspAndDispatch() 771 __ B(Condition::HI, ¬EcmaObject); in ResumeRspAndDispatch() 773 __ B(Condition::LO, ¬EcmaObject); in ResumeRspAndDispatch() 780 __ Bind(¬EcmaObject); in ResumeRspAndDispatch() 877 Label notEcmaObject; 881 __ B(Condition::NE, ¬EcmaObject); 887 __ B(Condition::HI, ¬EcmaObject); 889 __ B(Condition::LO, ¬EcmaObject); 893 __ Bind(¬EcmaObject); [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | asm_interpreter_call.cpp | 1188 Label notEcmaObject; in ResumeRspAndDispatch() local 1192 __ Jne(¬EcmaObject); in ResumeRspAndDispatch() 1197 __ Ja(¬EcmaObject); in ResumeRspAndDispatch() 1199 __ Jb(¬EcmaObject); in ResumeRspAndDispatch() 1206 __ Bind(¬EcmaObject); in ResumeRspAndDispatch() 1378 Label notEcmaObject; in ResumeRspAndReturnBaseline() local 1382 __ Jne(¬EcmaObject); in ResumeRspAndReturnBaseline() 1387 __ Ja(¬EcmaObject); in ResumeRspAndReturnBaseline() 1389 __ Jb(¬EcmaObject); in ResumeRspAndReturnBaseline() 1393 __ Bind(¬EcmaObject); in ResumeRspAndReturnBaseline() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_object_stub_builder.cpp | 1328 Label notEcmaObject(env);
in SetPrototypeOf() 1329 BRANCH(IsEcmaObject(obj), &isEcmaObject, ¬EcmaObject);
in SetPrototypeOf() local 1332 Bind(¬EcmaObject);
in SetPrototypeOf()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 1169 Label notEcmaObject(&builder_); in LowerThrowIfNotObject() 1171 BRANCH_CIR(builder_.TaggedIsHeapObject(value), &isHeapObject, ¬EcmaObject); in LowerThrowIfNotObject() 1173 BRANCH_CIR(builder_.TaggedObjectIsEcmaObject(value), &isEcmaObject, ¬EcmaObject); in LowerThrowIfNotObject() 1178 builder_.Bind(¬EcmaObject); in LowerThrowIfNotObject()
|
H A D | interpreter_stub.cpp | 1491 Label notEcmaObject(env);
in DECLARE_ASM_HANDLER() 1493 BRANCH(TaggedIsHeapObject(value), &isHeapObject, ¬EcmaObject);
in DECLARE_ASM_HANDLER() local 1495 BRANCH(TaggedObjectIsEcmaObject(value), &isEcmaObject, ¬EcmaObject);
in DECLARE_ASM_HANDLER() local 1500 Bind(¬EcmaObject);
in DECLARE_ASM_HANDLER()
|
H A D | typed_native_inline_lowering.cpp | 2711 Label notEcmaObject(&builder_); in LowerReflectGet() 2715 BRANCH_CIR(builder_.IsEcmaObject(target), &isEcmaObject, ¬EcmaObject); in LowerReflectGet() 2722 builder_.Bind(¬EcmaObject); in LowerReflectGet()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 4116 Label notEcmaObject(env); in GenerateCircuit() 4118 Branch(TaggedIsHeapObject(v0), &isHeapObject, ¬EcmaObject); in GenerateCircuit() local 4120 Branch(TaggedObjectIsEcmaObject(v0), &isEcmaObject, ¬EcmaObject); in GenerateCircuit() local 4125 Bind(¬EcmaObject); in GenerateCircuit()
|
Completed in 45 milliseconds