Searched refs:FastEqual (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | fast_runtime_stub.h | 34 static inline JSTaggedValue FastEqual(JSTaggedValue left, JSTaggedValue right);
|
H A D | fast_runtime_stub-inl.h | 90 JSTaggedValue FastRuntimeStub::FastEqual(JSTaggedValue left, JSTaggedValue right) in FastEqual() function in panda::ecmascript::FastRuntimeStub
|
H A D | interpreter-inl.cpp | 1837 JSTaggedValue res = FastRuntimeStub::FastEqual(left, right); in RunInternal() 1858 JSTaggedValue res = FastRuntimeStub::FastEqual(left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1103 JSTaggedValue res = FastRuntimeStub::FastEqual(left, right); in HandleEqImm8V8() 1128 JSTaggedValue res = FastRuntimeStub::FastEqual(left, right); in HandleNoteqImm8V8()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 31 result = FastEqual(glue, left, right, callback); in Equal() 69 result = FastEqual(glue, left, right, callback); in NotEqual()
|
H A D | stub_builder.h | 855 GateRef FastEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
|
H A D | stub_builder.cpp | 6540 GateRef StubBuilder::FastEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in FastEqual() function in panda::ecmascript::kungfu::StubBuilder
|
Completed in 43 milliseconds