/arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
H A D | checkContext.cpp | 23 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 D | compiler_bisect.py | 108 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 D | tombstones.py | 57 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 D | value_dumper.rb | 74 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 D | types.rb | 29 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 D | reg_alloc.h | 78 void SetNeedDump(bool dump) in SetNeedDump() argument 80 needDump = dump; in SetNeedDump()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
H A D | phase_impl.h | 41 dump = dumpFunc; in SetDump() 64 bool dump = false; member in maple::FuncOptimizeImpl
|
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/ |
H A D | file_tools.py | 25 yaml.dump(data_yaml, file)
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | mt_thread_manager.cpp | 324 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 D | base_deserializer.h | 173 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 D | ets_utils.py | 51 yaml.dump(report_obj, file_handle)
|
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/ |
H A D | run_javar8.py | 102 json.dump(self.output, f) 105 json.dump(self.source_output, f)
|
H A D | run_java.py | 90 json.dump(self.output, f)
|
/arkcompiler/runtime_core/static_core/templates/ |
H A D | merge.rb | 100 output_yaml = YAML.dump(JSON.load(data.to_json))
|
/arkcompiler/runtime_core/templates/ |
H A D | merge.rb | 100 output_yaml = YAML.dump(JSON.load(data.to_json))
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | vixl_exec_module.h | 228 void SetDump(bool dump) in SetDump() argument 230 if (dump) { in SetDump()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | vixl_exec_module.h | 239 void SetDump(bool dump) in SetDump() argument 241 if (dump) { in SetDump()
|
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
H A D | instruction.rb | 330 def dump(stm = STDOUT) method in IRInstruction 346 dump(ss)
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
H A D | compare.py | 135 json.dump(flog, fp, indent=4)
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
H A D | compare.py | 142 json.dump(flog, fp, indent=4)
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
H A D | g1_analytics.h | 31 bool dump = false);
|
/arkcompiler/toolchain/build/prebuilts_download/ |
H A D | util.py | 72 json.dump(content, output_f, sort_keys=True, indent=2)
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
H A D | yaml_document.py | 46 data_to_save = yaml.dump(data, indent=4)
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/ |
H A D | template.py | 77 yaml_content = yaml.dump(meta.config)
|
/arkcompiler/ets_frontend/test/scripts/utils/commit_message/ |
H A D | get_commit_message.py | 77 json.dump(data, file, ensure_ascii=False)
|