Searched refs:FastStringEqual (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.h | 94 V(FastStringEqual) \
|
| D | call_signature.h | 479 V(FastStringEqual) \
|
| D | common_stubs.cpp | 1021 result = FastStringEqual(glue, str1, str2); in GenerateCircuit()
|
| D | stub_builder.h | 682 GateRef FastStringEqual(GateRef glue, GateRef left, GateRef right);
|
| D | stub_builder.cpp | 4804 result = FastStringEqual(glue, left, right); in SameValue() 4915 result = FastStringEqual(glue, left, right); in SameValueZero() 4939 GateRef StubBuilder::FastStringEqual(GateRef glue, GateRef left, GateRef right) in FastStringEqual() function in panda::ecmascript::kungfu::StubBuilder 5084 result = FastStringEqual(glue, left, right); in FastStrictEqual() 5282 … Branch(FastStringEqual(glue, left, right), &stringEqual, &stringNotEqual); in FastEqual()
|
| D | call_signature.cpp | 2375 DEF_CALL_SIGNATURE(FastStringEqual) in DEF_CALL_SIGNATURE() argument
|
| D | typed_hcr_lowering.cpp | 1722 … result = builder_.CallStub(glue, gate, CommonStubCSigns::FastStringEqual, { glue, left, right }); in LowerStringEqual()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 1660 Branch(FastStringEqual(glue, cacheStr, item), &strEqual, slowPath); in From()
|