Home
last modified time | relevance | path

Searched defs:dump (Results 1 – 19 of 19) 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.h111 …Simplify(MIRModule &mod, KlassHierarchy *kh, bool dump) : FuncOptimizeImpl(mod, kh, dump), mirMod(… in Simplify()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Djava_eh_lower.h25 … JavaEHLowerer(MIRModule &mod, KlassHierarchy *kh, bool dump) : FuncOptimizeImpl(mod, kh, dump) {} in JavaEHLowerer()
/arkcompiler/ets_frontend/testTs/instype/
Drecordthis.ts34 dump(): string { method in A
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc.h66 void SetNeedDump(bool dump) in SetNeedDump()
/arkcompiler/ets_frontend/ts2panda/src/
DassemblyDumper.ts186 dump(): void { method in AssemblyDumper
/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.h227 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.rb326 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/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp171 struct DumpForSnapShotStruct *dump = (struct DumpForSnapShotStruct *)(work->data); in DumpHeapSnapshotAllVMs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1769 bool dump = false; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp1658 CallSignature dump("Dump", 0, N_INPUT_PARAMETERS, in DEF_CALL_SIGNATURE() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp689 void X64CGFunc::CleanupDeadMov(bool dump) in CleanupDeadMov()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument