Home
last modified time | relevance | path

Searched refs:dump (Results 1 - 25 of 39) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckContext.cpp23 const auto &&dump = node.DumpJSON(); in AddCheckMessage() local
24 messages_.emplace_back(checkName_, cause.data(), dump.data(), loc); in AddCheckMessage()
/arkcompiler/runtime_core/static_core/scripts/
H A Dcompiler_bisect.py108 def get_run_options(compiled_methods, noinline_methods, passes, dump, verbose):
119 if dump or verbose:
120 options.append('--compiler-dump')
122 options.append('--compiler-disasm-dump:single-file')
135 # dump - whether to collect compiler dump
137 def run(compiled_methods, noinline_methods, passes, dump=False, verbose=False, expect_fail=None):
138 options = get_run_options(compiled_methods, noinline_methods, passes, dump, verbose)
237 for dump in dumps:
239 method = re.match(r'ir_dump/\d+_pass_\d+_(.*)_IrBuilder.ir', dump)
[all...]
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
H A Dtombstones.py57 dump = self.x_sh.grep(f'ls -t -1 /data/tomb{"stones"}',
59 if dump:
60 res = self.x_sh.run(f'head -40 /data/tombstones/{dump}')
61 self.x_sh.run(f'rm -f /data/tombstones/{dump}*')
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
H A Dvalue_dumper.rb74 buf << "Array.of<" << ESChecker::Types::dump(exp_type[:el]) << ">("
90 buf << "] as " << ESChecker::Types::dump(exp_type)
98 def dump(rb_obj, is_self: false) method in ESChecker.ValueDumper
H A Dtypes.rb29 def self.dump(t, buf: "") singleton method in ESChecker.Types
33 dump t[:el], buf: buf
41 dump t, buf: buf
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_alloc.h78 void SetNeedDump(bool dump) in SetNeedDump() argument
80 needDump = dump; in SetNeedDump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dphase_impl.h41 dump = dumpFunc; in SetDump()
64 bool dump = false; member in maple::FuncOptimizeImpl
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dfile_tools.py25 yaml.dump(data_yaml, file)
/arkcompiler/runtime_core/static_core/runtime/
H A Dmt_thread_manager.cpp324 os::native_stack::DumpUnattachedThread dump; in DumpUnattachedThreads() local
325 dump.InitKernelTidLists(); in DumpUnattachedThreads()
328 dump.AddTid(static_cast<pid_t>(thread->GetId())); in DumpUnattachedThreads()
330 dump.Dump(os, Runtime::GetCurrent()->IsDumpNativeCrash(), Runtime::GetCurrent()->GetUnwindStackFn()); in DumpUnattachedThreads()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.h173 void DeserializeFatalOutOfMemory(size_t size, bool dump = true, bool isShared = false) in DeserializeFatalOutOfMemory()
176 if (dump) { in DeserializeFatalOutOfMemory()
191 if (dump) { in DeserializeFatalOutOfMemory()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
H A Dets_utils.py51 yaml.dump(report_obj, file_handle)
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
H A Drun_javar8.py102 json.dump(self.output, f)
105 json.dump(self.source_output, f)
H A Drun_java.py90 json.dump(self.output, f)
/arkcompiler/runtime_core/static_core/templates/
H A Dmerge.rb100 output_yaml = YAML.dump(JSON.load(data.to_json))
/arkcompiler/runtime_core/templates/
H A Dmerge.rb100 output_yaml = YAML.dump(JSON.load(data.to_json))
/arkcompiler/runtime_core/compiler/tests/
H A Dvixl_exec_module.h228 void SetDump(bool dump) in SetDump() argument
230 if (dump) { in SetDump()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dvixl_exec_module.h239 void SetDump(bool dump) in SetDump() argument
241 if (dump) { in SetDump()
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dinstruction.rb330 def dump(stm = STDOUT) method in IRInstruction
346 dump(ss)
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
H A Dcompare.py135 json.dump(flog, fp, indent=4)
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
H A Dcompare.py142 json.dump(flog, fp, indent=4)
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1_analytics.h31 bool dump = false);
/arkcompiler/toolchain/build/prebuilts_download/
H A Dutil.py72 json.dump(content, output_f, sort_keys=True, indent=2)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
H A Dyaml_document.py46 data_to_save = yaml.dump(data, indent=4)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
H A Dtemplate.py77 yaml_content = yaml.dump(meta.config)
/arkcompiler/ets_frontend/test/scripts/utils/commit_message/
H A Dget_commit_message.py77 json.dump(data, file, ensure_ascii=False)

Completed in 8 milliseconds

12