Home
last modified time | relevance | path

Searched refs:LocaleCompare (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature.h68 V(LocaleCompare)
165 {"localeCompare", LocaleCompare}, in GetBuiltinId()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h66 static JSTaggedValue LocaleCompare(EcmaRuntimeCallInfo *argv);
Dbuiltins_string.cpp529 JSTaggedValue BuiltinsString::LocaleCompare(EcmaRuntimeCallInfo *argv) in LocaleCompare() function in panda::ecmascript::builtins::BuiltinsString
532 BUILTINS_API_TRACE(argv->GetThread(), String, LocaleCompare); in LocaleCompare()
Dbuiltins.cpp1761 …SetFunction(env, stringFuncPrototype, "localeCompare", BuiltinsString::LocaleCompare, FunctionLeng… in InitializeString()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp36 case BUILTINS_STUB_ID(LocaleCompare): in LowerTypedCallBuitin()
236 GateRef result = LowerCallRuntime(glue, gate, RTSTUB_ID(LocaleCompare), args); in LowerTypedLocaleCompare()
Dts_hcr_lowering.cpp1403 if (id == BuiltinsStubCSigns::ID::LocaleCompare) { in LowerTypedCallthis3()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp638 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
656 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
674 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
696 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
719 JSTaggedValue result = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo); in HWTEST_F_L0()
730 JSTaggedValue result1 = BuiltinsString::LocaleCompare(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h310 V(LocaleCompare)
Druntime_stubs.cpp2388 DEF_RUNTIME_STUBS(LocaleCompare) in DEF_RUNTIME_STUBS() argument
2390 RUNTIME_STUBS_HEADER(LocaleCompare); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h695 V(String, LocaleCompare) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp487 reinterpret_cast<uintptr_t>(BuiltinsString::LocaleCompare),