Home
last modified time | relevance | path

Searched defs:convert (Results 1 – 9 of 9) 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
Dnumber_speculative_retype_test.cpp88 NumberSpeculativeRetype convert(&circuit, &chunk, typeInfo); in HWTEST_F_L0() local
148 NumberSpeculativeRetype convert(&circuit, &chunk, typeInfo); in HWTEST_F_L0() local
Dtyped_array_lowering_test.cpp58 auto convert = builder.ConvertInt32ToTaggedInt(loadLength); in HWTEST_F_L0() local
89 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
128 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
161 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
195 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
232 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
268 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
304 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0() local
340 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); 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.cpp1363 ConvertToNumber convert) in CheckAndConvertToFloat64()
1427 …peculativeRetype::CheckAndConvertToTagged(GateRef gate, GateType gateType, ConvertToNumber convert) in CheckAndConvertToTagged()
/arkcompiler/runtime_core/taihe/compiler/taihe/parse/
Dconvert.py462 def convert(self) -> PackageDecl: member in AstConverter