Home
last modified time | relevance | path

Searched full:truncate (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-helpers.cpp35 // The cast below is needed to truncate high 32bits from 64bit pointer in PreWrbFuncEntrypoint()
55 // The cast below is needed to truncate high 32bits from 64bit pointer in PostWrbUpdateCardFuncEntrypoint()
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dutils.py133 file.truncate()
258 file.truncate()
280 file.truncate()
Dexecution.py252 json_file.truncate()
1269 file.truncate()
1282 file.truncate()
2393 json_file.truncate()
2470 json_file.truncate()
2520 json_file.truncate()
2537 json_file.truncate()
2698 json_file.truncate()
2720 file.truncate()
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
Drun_javar8.py101 f.truncate()
104 f.truncate()
Drun_java.py89 f.truncate()
/arkcompiler/ets_runtime/script/
Dbuild_resource_to_cpp.py51 cpp_file_object.truncate();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp166 // truncate the arg val in StdCoreDoubleToExponential()
199 // truncate the arg val in StdCoreDoubleToPrecision()
232 // truncate the arg val in StdCoreDoubleToFixed()
/arkcompiler/ets_runtime/test/jsperftest/
Dprerun_proc.py108 script_file.truncate()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h267 /// or truncate the values if their original bit-width is greater than new one
290 /// or truncate the values if their original bit-width is greater than new one
420 /// @brief truncate value to the given bit-width in-place.
425 DEBUG_ASSERT(valBitSize >= bitWidth, "invalid bit-width for truncate");
/arkcompiler/runtime_core/static_core/plugins/ets/isa/
Disa.yaml138 vs.set(field, truncate(field, acc))
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h39 const size_t SUB_LEN = 6; // 6: Truncate the path length
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
Dupdate.py132 json_file.truncate()
/arkcompiler/runtime_core/verifier/tests/
Dverify_sys_hap_abc.py146 f.truncate()
/arkcompiler/ets_frontend/es2panda/test/size_statistics/
Dsize_statistics.py275 report.truncate()
/arkcompiler/runtime_core/static_core/tests/test-lists/hermes/
Dhermes-excluded.txt260 truncate-long-stack.js
/arkcompiler/ets_frontend/arkguard/src/configs/preset/
Des_reserved_properties_optimized.json890 "truncate",
/arkcompiler/ets_frontend/es2panda/test/parse_command/
Dparse_command.py268 f.truncate()
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/
Dsize_compare.py185 report.truncate()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h367 // If interval has range [begin, end) then SplitAt call will truncate it to [begin, ln) and
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_aarch64.S163 // truncate negative value to 0, leave positive value as is
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.h394 // If interval has range [begin, end) then SplitAt call will truncate it to [begin, ln) and
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml55 …/stored into records and arrays with corresponding bytecodes. In that case, VM will extend/truncate
2365 vs.set(field, truncate(field, acc))
2441 v2.set(field, truncate(field, v1))
2517 set_static(field, truncate(field, acc))
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_build.py77 modified_file.truncate()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp353 // OverflowCheck can be removed if all its indirect users truncate input to int32
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mop_split.h431 // If higher 32bits of immVal have 1, we will truncate and keep lower 32 bits. in MOP_wmovri32Split()

12