Home
last modified time | relevance | path

Searched defs:convert (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dconvert.cpp23 namespace libabckit::convert { namespace
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dconstant_folding_test.cpp73 auto convert = builder.ConvertInt32ToTaggedInt(sum); in HWTEST_F_L0() local
Dtyped_array_lowering_test.cpp57 auto convert = builder.ConvertInt32ToTaggedInt(loadLength); in HWTEST_F_L0() local
87 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
124 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
156 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
188 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
223 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
258 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
293 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
328 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
Dnumber_speculative_retype_test.cpp84 NumberSpeculativeRetype convert(&circuit, &chunk, typeInfo); in HWTEST_F_L0() local
142 NumberSpeculativeRetype convert(&circuit, &chunk, typeInfo); in HWTEST_F_L0() local
Dloop_optimization_test.cpp102 auto convert = builder.ConvertInt32ToTaggedInt(*sum); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/
Dprof_dump_json.cpp54 JsonConverter convert; in ConvertApToJson() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.h54 ConvertSupport ToConvertSupport(ConvertToNumber convert) in ToConvertSupport()
Dnumber_speculative_retype.cpp1309 ConvertToNumber convert) in CheckAndConvertToFloat64()
1374 …peculativeRetype::CheckAndConvertToTagged(GateRef gate, GateType gateType, ConvertToNumber convert) in CheckAndConvertToTagged()