Searched refs:BigIntEquals (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 178 V(BigIntEquals) \
|
H A D | runtime_stubs.h | 140 static bool BigIntEquals(JSTaggedType left, JSTaggedType right);
|
H A D | runtime_stubs.cpp | 3441 bool RuntimeStubs::BigIntEquals(JSTaggedType left, JSTaggedType right) in BigIntEquals() function in panda::ecmascript::RuntimeStubs
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_signature.h | 489 V(BigIntEquals) \
|
H A D | call_signature.cpp | 1718 DEF_CALL_SIGNATURE(BigIntEquals) in DEF_CALL_SIGNATURE() 1721 CallSignature bigIntEquals("BigIntEquals", 0, 2, in DEF_CALL_SIGNATURE()
|
H A D | stub_builder.cpp | 6230 result = CallNGCRuntime(glue, RTSTUB_ID(BigIntEquals), { left, right }); in SameValue() 6524 result = CallNGCRuntime(glue, RTSTUB_ID(BigIntEquals), { left, right }); in FastStrictEqual()
|
H A D | typed_native_inline_lowering.cpp | 4353 int rtStub = RTSTUB_ID(BigIntEquals); in TargetBigIntCompareLopp()
|
Completed in 36 milliseconds