Home
last modified time | relevance | path

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

12

/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.cpp241 std::string &description) in AppendingHashToDescription()
254 void RemoteObject::AppendingSendableDescription(Local<JSValueRef> tagged, std::string &description) in AppendingSendableDescription()
263 std::string description = RemoteObject::ObjectDescription; in ResolveClassNameToDescription() local
278 std::string description = tagged->IsTrue() ? "true" : "false"; in PrimitiveRemoteObject() local
287 std::string description = tagged->ToString(ecmaVm)->ToString(ecmaVm); in PrimitiveRemoteObject() local
294 …std::string description = tagged->ToString(ecmaVm)->ToString(ecmaVm) + "n"; // n : BigInt literal… in PrimitiveRemoteObject() local
305 std::string description = tagged->DebuggerToString(ecmaVm); in StringRemoteObject() local
315 std::string description = DescriptionForSymbol(ecmaVm, tagged); in SymbolRemoteObject() local
327 std::string description = DescriptionForFunction(ecmaVm, tagged); in FunctionRemoteObject() local
340 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_test.h207 std::string description = ""; in RecvWatchInfo() local
Djs_stepinto_and_stepout_test.h209 std::string description = ""; in RecvWatchInfo() local
Djs_watch_test.h207 std::string description; in RecvWatchDescriptionByJack() local
Djs_stepinto_arrow_test.h217 std::string description = ""; in RecvWatchInfo() 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/ets_frontend/ets2panda/linter/stats_calculator/src/
Dcalculate-stats.ts24 description: string; property
44 description: string; property
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.h92 static RemoteObject Symbol(std::string description) in Symbol()
128 std::string description; member
133 std::optional<std::string> description; member
/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/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/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/toolchain/tooling/client/manager/
Dwatch_manager.cpp190 std::string description; in ShowWatchResult() local
218 std::string description; in OutputWatchResult() local
/arkcompiler/ets_frontend/
Dbundle.json3 "description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准", string
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/
Dtox.ini7 description = Test all the stuff key
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json30 "description": { object
124 "description": { object
194 "description": { object
284 "description": { object
/arkcompiler/toolchain/
Dbundle.json4 "description": "arkcompiler toolchain", string

12