Home
last modified time | relevance | path

Searched defs:description (Results 1 – 25 of 127) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencoder.md11 ### Register file (concrete implementation is architecture dependent)
16 ### Encoder (concrete implementation is architecture dependent)
21 ### Calling Convention (concrete implementation is architecture dependent)
69 ### Execution model (concrete implementation - must be architecture independent)
74 ### Codegen (concrete implementation - must be architecture independent)
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.cpp240 std::string &description) in AppendingHashToDescription()
253 void RemoteObject::AppendingSendableDescription(Local<JSValueRef> tagged, std::string &description) in AppendingSendableDescription()
262 std::string description = RemoteObject::ObjectDescription; in ResolveClassNameToDescription() local
277 std::string description = tagged->IsTrue() ? "true" : "false"; in PrimitiveRemoteObject() local
286 std::string description = tagged->ToString(ecmaVm)->ToString(ecmaVm); in PrimitiveRemoteObject() local
293 …std::string description = tagged->ToString(ecmaVm)->ToString(ecmaVm) + "n"; // n : BigInt literal… in PrimitiveRemoteObject() local
304 std::string description = tagged->DebuggerToString(ecmaVm); in StringRemoteObject() local
314 std::string description = DescriptionForSymbol(ecmaVm, tagged); in SymbolRemoteObject() local
326 std::string description = DescriptionForFunction(ecmaVm, tagged); in FunctionRemoteObject() local
339 std::string description = DescriptionForGeneratorFunction(ecmaVm, tagged); in GeneratorFunctionRemoteObject() local
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DAbilityInterface.ts22 description: string; property
37 description: string; property
60 description: string; property
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Ddeclarations.py86 def description(self) -> str: member in Decl
190 def description(self) -> str: member in TypeRefDecl
218 def description(self) -> str: member in ParamDecl
335 def description(self) -> str: member in PackageRefDecl
376 def description(self) -> str: member in DeclarationRefDecl
442 def description(self) -> str: member in PackageImportDecl
472 def description(self) -> str: member in DeclarationImportDecl
502 def description(self): member in EnumItemDecl
531 def description(self) -> str: member in UnionFieldDecl
559 def description(self) -> str: member in StructFieldDecl
[all …]
/arkcompiler/ets_frontend/ets2panda/lsp/include/refactors/
Drefactor_types.h61 std::string_view description; member
67 std::string description; member
73 std::string description; member
/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_watch_set_type_test.h239 std::string description = ""; in RecvWatchSubtypeInfo() local
290 std::string description = ""; in RecvWatchObjectInfo() local
/arkcompiler/toolchain/test/autotest/testcases/toolchain/performance/
DTestSendableMethod.json2 "description": "Config for TestSendableMethod", string
DTestWorkerBasicFuncWithGPSOn.json2 "description": "Config for TestWorkerBasicFuncWithGPSOn", string
/arkcompiler/toolchain/test/autotest/testcases/toolchain/profiler/
DTestNativeProfilerTime.json2 "description": "Config for TestNativeProfilerTime", string
DTestWorkerProfilerHeapSampling.json2 "description": "Config for TestWorkerProfilerHeapSampling", string
DTestWorkerProfilerAllocation02.json2 "description": "Config for TestWorkerProfilerAllocation02", string
DTestProfilerHeapDump.json2 "description": "Config for TestProfilerHeapDump", string
DTestWorkerProfilerLaunch.json2 "description": "Config for TestWorkerProfilerLaunch", string
DTestWorkerProfilerAllocation01.json2 "description": "Config for TestWorkerProfilerAllocation01", string
/arkcompiler/toolchain/test/autotest/testcases/toolchain/debug/
DTestAttachWorkerStep.json2 "description": "Config for TestAttachWorkerStep", string
DTestMainMixedDebug.json2 "description": "Config for TestMainMixedDebug", string
DTestMainSmartStepInto.json2 "description": "Config for TestMainSmartStepInto", string
DTestWorkerRunAfterProfiler.json2 "description": "Config for TestWorkerRunAfterProfiler", string
DTestWorkerLaunchAccelerate.json2 "description": "Config for TestWorkerLaunchAccelerate", string
DTestWorkerDropFrame01.json2 "description": "Config for TestWorkerDropFrame01", string
DTestWorkerStep.json2 "description": "Config for TestWorkerStep", string
DTestWorkerExceptionBreakpoints01.json3 "description": "Config for TestWorkerExceptionBreakpoints01", string
DTestWorkerSmartStepInto.json2 "description": "Config for TestWorkerSmartStepInto", string
DTestWorkerDropFrame02.json2 "description": "Config for TestWorkerDropFrame02", string
DTestMainDropFrame.json2 "description": "Config for TestMainDropFrame", string

123456