Home
last modified time | relevance | path

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

123

/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/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/toolchain/tooling/test/testcases/
Djs_watch_set_type_test.h239 std::string description = ""; in RecvWatchSubtypeInfo() local
290 std::string description = ""; in RecvWatchObjectInfo() local
Djs_watch_other_type_test.h133 std::string description = ""; in RecvWatchSubtypeInfo() local
184 std::string description = ""; in RecvWatchFunctionInfo() local
Djs_watch_basic_type_test.h135 std::string description = ""; variable
Djs_watch_closure_variable_test.h131 std::string description = ""; in RecvWatchInfo() local
Djs_stepinto_and_stepout_test.h209 std::string description = ""; in RecvWatchInfo() local
Djs_stepinto_test.h207 std::string description = ""; in RecvWatchInfo() local
Djs_watch_test.h207 std::string description; in RecvWatchDescriptionByJack() local
/arkcompiler/ets_runtime/test/fuzztest/symbolrefgetdescription_fuzzer/
Dsymbolrefgetdescription_fuzzer.cpp33 Local<JSValueRef> description = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in SymbolRefGetDescriptionFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/symbolnew_fuzzer/
Dsymbolnew_fuzzer.cpp37 Local<StringRef> description = StringRef::NewFromUtf8(vm_, value, (int)size); in SymbolNewFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object_type.h38 std::string description; member
44 std::optional<std::string> description; member
Dremote_object.h92 static RemoteObject Symbol(std::string description) in Symbol()
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/src/
Dcalculate-stats.ts24 description: string; property
44 description: string; property
/arkcompiler/runtime_core/libabckit/
Dpackage.json4 …"description": "libabckit is a tool for binary manipulation. eslint is needed to ensure codecheck", string
/arkcompiler/ets_runtime/tools/ap_file_viewer/
Dpackage.json4 "description": "Ap Parse", string
/arkcompiler/runtime_core/static_core/tools/sampler/scripts/
Dpackage.json4 "description": "", string
/arkcompiler/ets_runtime/tools/circuit_viewer/
Dpackage.json4 "description": "", string
/arkcompiler/ets_frontend/legacy_bin/api8/
Dpackage.json4 "description": "", string
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dtest_base.rb42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_base.rb42 …def write_runner_options(content, run_options, ignore, bugids, tags, description, test_panda_optio… argument
/arkcompiler/toolchain/tooling/client/manager/
Dwatch_manager.cpp189 std::string description; in ShowWatchResult() local
217 std::string description; in OutputWatchResult() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
Dobjects_passing.ts25 private description: string; property in TestUserClass
/arkcompiler/runtime_core/static_core/docs/
Dintrinsics-yaml.md150 ### description subsection
/arkcompiler/ets_frontend/
Dbundle.json3 "description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准", string

123