Searched refs:LocaleCompare (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_call_signature.h | 68 V(LocaleCompare) 165 {"localeCompare", LocaleCompare}, in GetBuiltinId()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_string.h | 66 static JSTaggedValue LocaleCompare(EcmaRuntimeCallInfo *argv);
|
D | builtins_string.cpp | 529 JSTaggedValue BuiltinsString::LocaleCompare(EcmaRuntimeCallInfo *argv) in LocaleCompare() function in panda::ecmascript::builtins::BuiltinsString 532 BUILTINS_API_TRACE(argv->GetThread(), String, LocaleCompare); in LocaleCompare()
|
D | builtins.cpp | 1761 …SetFunction(env, stringFuncPrototype, "localeCompare", BuiltinsString::LocaleCompare, FunctionLeng… in InitializeString()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | builtins_lowering.cpp | 36 case BUILTINS_STUB_ID(LocaleCompare): in LowerTypedCallBuitin() 236 GateRef result = LowerCallRuntime(glue, gate, RTSTUB_ID(LocaleCompare), args); in LowerTypedLocaleCompare()
|
D | ts_hcr_lowering.cpp | 1403 if (id == BuiltinsStubCSigns::ID::LocaleCompare) { in LowerTypedCallthis3()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_string_test.cpp | 638 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/ |
D | runtime_stubs.h | 310 V(LocaleCompare)
|
D | runtime_stubs.cpp | 2388 DEF_RUNTIME_STUBS(LocaleCompare) in DEF_RUNTIME_STUBS() argument 2390 RUNTIME_STUBS_HEADER(LocaleCompare); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 695 V(String, LocaleCompare) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 487 reinterpret_cast<uintptr_t>(BuiltinsString::LocaleCompare),
|