Home
last modified time | relevance | path

Searched refs:Eq (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_compareop_test.cpp88 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Eq(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
90 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Eq(thread, Str1.GetTaggedValue(), arg1Handle.GetTaggedValue()); in HWTEST_F_L0()
91 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Eq(thread, Str1.GetTaggedValue(), arg3Handle.GetTaggedValue()); in HWTEST_F_L0()
92 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Eq(thread, Str1.GetTaggedValue(), arg4Handle.GetTaggedValue()); in HWTEST_F_L0()
93 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Eq(thread, booleanObjHandle.GetTaggedValue(), in HWTEST_F_L0()
95 JSTaggedValue resInSlowPath9 = SlowRuntimeStub::Eq(thread, JSTaggedValue::Undefined(), JSTaggedValue::Null()); in HWTEST_F_L0()
96 JSTaggedValue resInSlowPath10 = SlowRuntimeStub::Eq(thread, JSTaggedValue::Undefined(), JSTaggedValue::True()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h343 V(Eq) \
H A Druntime_stubs.cpp2195 DEF_RUNTIME_STUBS(Eq) in DEF_RUNTIME_STUBS()
2197 RUNTIME_STUBS_HEADER(Eq); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h45 static JSTaggedValue Eq(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp172 JSTaggedValue SlowRuntimeStub::Eq(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Eq() function in panda::ecmascript::SlowRuntimeStub
174 INTERPRETER_TRACE(thread, Eq); in Eq()
H A Dinterpreter-inl.cpp1843 res = SlowRuntimeStub::Eq(thread, left, right); in RunInternal()
2301 res = SlowRuntimeStub::Eq(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1109 res = SlowRuntimeStub::Eq(thread, left, right); in HandleEqImm8V8()
1622 res = SlowRuntimeStub::Eq(thread, left, right);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h46 V(Eq) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp36 result = CallRuntime(glue, RTSTUB_ID(Eq), { left, right }); in Equal()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1062 ra_.Emit<Eq>(node, 0, lhs); in Equal()

Completed in 48 milliseconds