Home
last modified time | relevance | path

Searched full:truncate (Results 1 – 25 of 43) 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/runtime_core/panda_guard/tests/script/
Dupdate_test_config_json.py51 file.truncate()
/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_runtime/script/
Dbuild_resource_to_cpp.py51 cpp_file_object.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/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp136 // truncate the arg val in StdCoreDoubleToExponential()
213 // truncate the arg val in StdCoreDoubleToPrecision()
229 // 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/ets_runtime/common_components/base/
Dc_string.h68 CString& Truncate(size_t index);
Dc_string.cpp250 CString& CString::Truncate(size_t index) in Truncate() function in common::CString
253 LOG_COMMON(ERROR) << "CString::Truncate input parameter error"; in Truncate()
268 Truncate(index); in Insert()
/arkcompiler/ets_runtime/common_components/base/tests/
Dc_string_test.cpp236 EXPECT_EQ(&str.Truncate(20), &str); in HWTEST_F_L0()
298 EXPECT_STREQ(str.Truncate(5).Str(), "hello"); in HWTEST_F_L0()
/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/static_core/plugins/ets/isa/
Disa.yaml96 vs.set(field, truncate(field, acc))
/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/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPointerAnalysis.ts636 fs.truncate(filePath, 0, err => {
637 err && logger.error('Error to truncate file ', err);
/arkcompiler/ets_frontend/arkguard/src/configs/preset/
Des_reserved_properties_optimized.json890 "truncate",
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp117 // Truncate mem to make sure align to same range inner 4G.
/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

12