Home
last modified time | relevance | path

Searched refs:FastEqual (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub.h34 static inline JSTaggedValue FastEqual(JSTaggedValue left, JSTaggedValue right);
H A Dfast_runtime_stub-inl.h90 JSTaggedValue FastRuntimeStub::FastEqual(JSTaggedValue left, JSTaggedValue right) in FastEqual() function in panda::ecmascript::FastRuntimeStub
H A Dinterpreter-inl.cpp1837 JSTaggedValue res = FastRuntimeStub::FastEqual(left, right); in RunInternal()
1858 JSTaggedValue res = FastRuntimeStub::FastEqual(left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1103 JSTaggedValue res = FastRuntimeStub::FastEqual(left, right); in HandleEqImm8V8()
1128 JSTaggedValue res = FastRuntimeStub::FastEqual(left, right); in HandleNoteqImm8V8()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp31 result = FastEqual(glue, left, right, callback); in Equal()
69 result = FastEqual(glue, left, right, callback); in NotEqual()
H A Dstub_builder.h855 GateRef FastEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
H A Dstub_builder.cpp6540 GateRef StubBuilder::FastEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in FastEqual() function in panda::ecmascript::kungfu::StubBuilder

Completed in 43 milliseconds