Home
last modified time | relevance | path

Searched defs:dump (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-function-with-this.ts20 dump(this : Base) : void { method in Student
24 function dump(this : Student) : void { function
Dtest-class-1.ts21 dump(s : Student) : void { method in Student
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/functions/
Dtest-ts-function-3.ts22 function dump(this : Employee, age : number) { function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dclass_init.h25 ClassInit(MIRModule &mod, KlassHierarchy *kh, bool dump) : FuncOptimizeImpl(mod, kh, dump) {} in ClassInit()
Dsimplify.h100 …Simplify(MIRModule &mod, KlassHierarchy *kh, bool dump) : FuncOptimizeImpl(mod, kh, dump), mirMod(… in Simplify()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_stackmap_computation.h52 void SetNeedDump(bool dump) in SetNeedDump()
Dreg_alloc.h78 void SetNeedDump(bool dump) in SetNeedDump()
/arkcompiler/ets_frontend/testTs/instype/
Drecordthis.ts34 dump(): string { method in A
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
Dvalue_dumper.rb98 def dump(rb_obj, is_self: false) method in ESChecker.ValueDumper
Dtypes.rb29 def self.dump(t, buf: "") singletonMethod
/arkcompiler/runtime_core/static_core/scripts/
Dcompiler_bisect.py108 def get_run_options(compiled_methods, noinline_methods, passes, dump, verbose): argument
137 def run(compiled_methods, noinline_methods, passes, dump=False, verbose=False, expect_fail=None): argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_impl.h72 bool dump = false; variable
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h228 void SetDump(bool dump) in SetDump()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dvixl_exec_module.h239 void SetDump(bool dump) in SetDump()
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstruction.rb330 def dump(stm = STDOUT) method in IRInstruction
/arkcompiler/runtime_core/static_core/runtime/
Dmt_thread_manager.cpp322 os::native_stack::DumpUnattachedThread dump; in DumpUnattachedThreads() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp157 bool dump) in ReportCollectionEnd()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp186 … struct DumpForSnapShotStruct *dump = static_cast<struct DumpForSnapShotStruct *>(work->data); in DumpHeapSnapshotWithVm() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1748 bool dump = false; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp679 void X64CGFunc::CleanupDeadMov(bool dump) in CleanupDeadMov()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2068 CallSignature dump("Dump", 0, N_INPUT_PARAMETERS, in DEF_CALL_SIGNATURE() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument