Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
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
Dconstant_folding_test.cpp73 auto convert = builder.ConvertInt32ToTaggedInt(sum); 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.h53 ConvertSupport ToConvertSupport(ConvertToNumber convert) in ToConvertSupport()
Dnumber_speculative_retype.cpp1279 ConvertToNumber convert) in CheckAndConvertToFloat64()
1344 …peculativeRetype::CheckAndConvertToTagged(GateRef gate, GateType gateType, ConvertToNumber convert) in CheckAndConvertToTagged()