/arkcompiler/toolchain/docs/ |
D | debugger-and-profiler-tools-introduction.md | 10 ### 断点调试 14 ### 单步调试 17 ### Watch功能 20 ### 多实例调试 23 ### 热重载 26 ### 混合调试 30 ### 性能调优 33 ### 内存调优 40 ### 附录
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 1111 #define INTERPRETER_CALLER_ID(name) INTERPRETER_ID_##name, argument 1112 #define RUNTIME_CALLER_ID(name) RUNTIME_ID_##name, argument 1115 #define BUILTINS_API_ID(class, name) BUILTINS_ID_##class##_##name, argument 1117 #define ABSTRACT_OPERATION_ID(class, name) ABSTRACT_ID_##class##_##name, argument 1119 #define MEM_ALLOCATE_AND_GC_ID(name) MEM_ID##name, argument 1125 #define DEF_RUNTIME_ID(name) RUNTIME_ID_##name, argument 1133 #define INTERPRETER_TRACE(thread, name) … argument 1139 #define RUNTIME_TRACE(thread, name) … argument 1145 #define RUNTIME_TRACE(thread, name) … argument 1151 #define INTERPRETER_TRACE(thread, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usag… argument [all …]
|
D | message_string.cpp | 26 #define DEF_COMMON_MESSAGE(name, string) (string), argument 29 #define DEF_ASM_INTERPRETER_STUB_MESSAGE(name) #name, argument 34 #define DEF_ASM_INTERPRETER_STUB_MESSAGE_DYN(name, ...) DEF_ASM_INTERPRETER_STUB_MESSAGE(name) argument 37 #define DEF_BUILTINS_STUB_MESSAGE(name) "Builtins Stub "#name, argument 42 #define DEF_ISHEAPOBJECT_MESSAGE(name) #name"DebugCheck IR:line:%d", argument
|
D | message_string.h | 77 #define DEF_MESSAGE_ID(name, string) Message_##name, argument 80 #define DEF_MESSAGE_ID(name) Message_##name, argument 84 #define DEF_MESSAGE_ID_DYN(name, ...) DEF_MESSAGE_ID(name) argument 105 #define GET_MESSAGE_STRING_ID(name) static_cast<int>((MessageString::MessageId::Message_##name)) argument 106 #define GET_MESSAGE_STRING(name) MessageString::GetMessageString(GET_MESSAGE_STRING_ID(name)).c_st… argument
|
/arkcompiler/ets_runtime/docs/ |
D | development-example.md | 10 ### Preparations 38 ### Running **hello-world.js** 75 ### Disassembling **hello-world.abc** 122 ### Preparations 138 ### Running Test262 243 ### Example
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
D | declaration.h | 110 explicit MultiDecl(ArenaAllocator *allocator, util::StringView name) in MultiDecl() 115 explicit MultiDecl(ArenaAllocator *allocator, util::StringView name, ir::AstNode *declNode) in MultiDecl() 136 explicit EnumLiteralDecl(util::StringView name, bool isConst) : Decl(name), isConst_(isConst) {} in EnumLiteralDecl() 137 explicit EnumLiteralDecl(util::StringView name, ir::AstNode *declNode, bool isConst) in EnumLiteralDecl() 169 …explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name) : MultiDecl(allocator, na… in InterfaceDecl() 170 explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name, ir::AstNode *declNode) in InterfaceDecl() 183 explicit ClassDecl(util::StringView name) : Decl(name) {} in ClassDecl() 184 explicit ClassDecl(util::StringView name, ir::AstNode *node) : Decl(name, node) {} in ClassDecl() 194 explicit FunctionDecl(ArenaAllocator *allocator, util::StringView name, ir::AstNode *node) in FunctionDecl() 208 explicit TypeParameterDecl(util::StringView name) : Decl(name) {} in TypeParameterDecl() [all …]
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | declaration.h | 140 explicit MultiDecl(ArenaAllocator *allocator, util::StringView name) in MultiDecl() 161 …explicit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isC… in EnumLiteralDecl() 197 …explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name) : MultiDecl(allocator, na… in InterfaceDecl() 217 explicit PropertyDecl(util::StringView name) : Decl(name) {} in PropertyDecl() 227 explicit MethodDecl(util::StringView name) : Decl(name) {} in MethodDecl() 237 explicit EnumDecl(util::StringView name) : Decl(name) {} in EnumDecl() 247 explicit TypeAliasDecl(util::StringView name) : Decl(name) {} in TypeAliasDecl() 257 explicit NamespaceDecl(ArenaAllocator *allocator, util::StringView name) in NamespaceDecl() 272 explicit VarDecl(util::StringView name) : Decl(name) {} in VarDecl() 282 explicit LetDecl(util::StringView name) : Decl(name) {} in LetDecl() [all …]
|
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/ |
D | asm_macros.h | 33 #define FUNCTION_HEADER(name) \ argument 39 #define FUNCTION_START(name) FUNCTION_HEADER(name) argument 40 #define LOCAL_FUNCTION_START(name) \ argument 44 #define FUNCTION_END(name) .size name, .- name; argument
|
/arkcompiler/runtime_core/ |
D | bundle.json | 2 "name": "@arkcompiler/runtime_core", string 14 "name": "runtime_core", string 46 "name": "//arkcompiler/runtime_core/libpandafile:arkfile_header_deps", string 53 "name": "//arkcompiler/runtime_core/libpandafile:libarkfile_static", string 60 "name": "//arkcompiler/runtime_core/libpandabase:libarkbase_static", string 67 "name": "//arkcompiler/runtime_core/assembler:libarkassembler_frontend_static", string 74 "name": "//arkcompiler/runtime_core/libpandabase:libarkbase_frontend_static", string 81 "name": "//arkcompiler/runtime_core/libpandafile:libarkfile_frontend_static", string 88 … "name": "//arkcompiler/runtime_core/libziparchive:libarkziparchive_frontend_static", string 95 … "name": "//arkcompiler/runtime_core/bytecode_optimizer:libarkbytecodeopt_frontend_static", string [all …]
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/ |
D | scenarios.test.js | 19 constructor(name) { argument 23 getClass(name) { return etsVm.getClass(this.descriptorPrefix + name + ';'); } argument 24 getFunction(name) { return etsVm.getFunction(this.descriptorPrefix + 'ETSGLOBAL;', name); } argument 29 function getTestModule(name) { return new TestModule(name); } argument
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/ |
D | escompat.test.js | 19 constructor(name) { argument 23 getClass(name) { return etsVm.getClass(this.descriptor_prefix + name + ";") } argument 24 getFunction(name) { return etsVm.getFunction(this.descriptor_prefix + "ETSGLOBAL;", name) } argument 29 function getTestModule(name) { return new TestModule(name) } argument
|
/arkcompiler/ets_runtime/test/moduletest/ldmodulensbyic/ |
D | animals.js | 16 name : "panda" property 20 name : "lion " property 24 name : "monkey" property
|
/arkcompiler/runtime_core/assembler/tests/ |
D | assembler_mangling_test.cpp | 45 std::string name = "Asm.main"; variable 58 std::string name = "Asm.main:type1;type2;type3;type4;"; variable 77 std::string name = "Asm.main"; variable 90 std::string name = "Asm.main:(type1,type2,type3,type4)"; variable
|
D | mangling_tests.cpp | 33 std::string name = "Asm.main"; in TEST() local 39 std::string name = "Asm.main:type1;type2;type3;type4;"; in TEST() local 51 std::string name = "Asm.main"; in TEST() local 57 std::string name = "Asm.main:(type1,type2,type3,type4)"; in TEST() local
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
D | gc_scope.cpp | 22 GCScope<TRACE_TIMING>::GCScope(std::string_view name, GC *gc) in GCScope() 27 GCScope<TRACE_TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() 32 GCScope<TIMING_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope() 37 GCScope<TRACE_PHASE>::GCScope(std::string_view name, GC *gc, GCPhase phase) in GCScope()
|
/arkcompiler/toolchain/tooling/backend/ |
D | debugger_executor.cpp | 39 Local<JSValueRef> name = runtimeCallInfo->GetCallArgRef(0); in DebuggerGetValue() local 70 Local<JSValueRef> name = runtimeCallInfo->GetCallArgRef(0); in DebuggerSetValue() local 88 …buggerExecutor::GetValue(const EcmaVM *vm, const FrameHandler *frameHandler, Local<StringRef> name) in GetValue() 112 Local<StringRef> name, Local<JSValueRef> value) in SetValue() 138 Local<StringRef> name) in GetLocalValue() 152 Local<StringRef> name, Local<JSValueRef> value) in SetLocalValue() 166 Local<StringRef> name) in GetLexicalValue() 180 Local<StringRef> name, Local<JSValueRef> value) in SetLexicalValue() 193 Local<JSValueRef> DebuggerExecutor::GetGlobalValue(const EcmaVM *vm, Local<StringRef> name) in GetGlobalValue() 198 bool DebuggerExecutor::SetGlobalValue(const EcmaVM *vm, Local<StringRef> name, Local<JSValueRef> va… in SetGlobalValue() [all …]
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/destructuring/ |
D | test-obj-expr-destructring-in-for.js | 16 let robotA = {name: "mower", skill: "mowing"}; property 20 for ({name: nameA} = robotA, i = 0; i < 1; i++) { property 24 for ({name: nameA = "name"} = robotA, i = 0; i < 1; i++) { property
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | rt_call_signature.h | 26 #define DEF_RUNTIME_STUB_ID(name) ID_##name, argument 33 #define DEF_RUNTIME_STUB_ID(name) NOGCSTUB_ID_##name, argument 41 #define DEF_RUNTIME_STUB_ID(name) ASM_STUB_ID_##name, argument 66 #define DEF_STUB_NAME(name) case ID_##name: { return std::string("RTStub_") + #name; } in GetRTName() argument 94 #define RTSTUB_ID(name) kungfu::RuntimeStubCSigns::ID_##name argument
|
D | bc_call_signature.cpp | 29 #define INIT_SIGNATURES(name) \ in Initialize() argument 41 #define INIT_SIGNATURES_DYN(name, ...) \ in Initialize() argument 47 #define INIT_SIGNATURES_DYN(name, ...) \ in Initialize() argument 54 #define INIT_HELPER_SIGNATURES(name) \ in Initialize() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
D | frame_info.h | 37 #define FRAME_INFO_GET_ATTR(name, var) \ argument 44 #define FRAME_INFO_SET_ATTR(name, var) \ argument 53 #define FRAME_INFO_ATTR(name, var) \ argument 58 #define FRAME_INFO_GET_FIELD(name, type) \ argument 65 #define FRAME_INFO_SET_FIELD(name, type) \ argument 72 #define FRAME_INFO_FIELD(name, type) \ argument
|
/arkcompiler/runtime_core/static_core/assembler/ |
D | assembly-type.cpp | 42 panda_file::Type::TypeId Type::GetId(std::string_view name, bool ignorePrimitive) in GetId() 46 #define PANDATYPE(name, inst_code) {std::string_view(name), panda_file::Type::TypeId::inst_code}, in GetId() argument 66 #define PANDATYPE(name, inst_code) {panda_file::Type::TypeId::inst_code, std::string_view(name)}, in FromPrimitiveId() argument 80 std::string name(componentName); in GetName() local 116 Type Type::FromName(std::string_view name, bool ignorePrimitive) in FromName() 133 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() 140 bool Type::IsPandaPrimitiveType(const std::string &name) in IsPandaPrimitiveType()
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-type.cpp | 40 panda_file::Type::TypeId Type::GetId(std::string_view name, bool ignore_primitive) in GetId() 44 #define PANDATYPE(name, inst_code) {std::string_view(name), panda_file::Type::TypeId::inst_code}, in GetId() argument 64 std::string name(component_name); in GetName() local 100 Type Type::FromName(std::string_view name, bool ignore_primitive) in FromName() 117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() 128 bool Type::IsPandaPrimitiveType(const std::string &name) in IsPandaPrimitiveType()
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262harness.js | 30 getGlobal(name) { argument 33 setGlobal(name, value) { argument 53 $262.getGlobal = function (name) { argument 56 $262.setGlobal = function (name, value) { argument
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/ |
D | test262harness.js | 31 getGlobal(name) { argument 34 setGlobal(name, value) { argument 54 $262.getGlobal = function (name) { argument 57 $262.setGlobal = function (name, value) { argument
|
/arkcompiler/runtime_core/static_core/assembler/tests/ |
D | mangling_tests.cpp | 34 std::string name = "Asm.main"; in TEST() local 40 std::string name = "Asm.main:type1;type2;type3;type4;"; in TEST() local 52 std::string name = "Asm.main"; in TEST() local 58 std::string name = "Asm.main:(type1,type2,type3,type4)"; in TEST() local
|