Searched refs:Eq (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_compareop_test.cpp | 88 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 D | runtime_stub_list.h | 343 V(Eq) \
|
H A D | runtime_stubs.cpp | 2195 DEF_RUNTIME_STUBS(Eq) in DEF_RUNTIME_STUBS() 2197 RUNTIME_STUBS_HEADER(Eq); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 45 static JSTaggedValue Eq(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
H A D | slow_runtime_stub.cpp | 172 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 D | interpreter-inl.cpp | 1843 res = SlowRuntimeStub::Eq(thread, left, right); in RunInternal() 2301 res = SlowRuntimeStub::Eq(thread, left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1109 res = SlowRuntimeStub::Eq(thread, left, right); in HandleEqImm8V8() 1622 res = SlowRuntimeStub::Eq(thread, left, right);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 46 V(Eq) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 36 result = CallRuntime(glue, RTSTUB_ID(Eq), { left, right }); in Equal()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 1062 ra_.Emit<Eq>(node, 0, lhs); in Equal()
|
Completed in 48 milliseconds