| /arkcompiler/toolchain/tooling/static/types/ |
| D | remote_object_type.h | 43 std::optional<RemoteObjectId> objectId; member 49 std::optional<RemoteObjectId> objectId; member 55 std::optional<RemoteObjectId> objectId; member
|
| D | remote_object.cpp | 152 if (auto objectId = GetObjectId()) { in Serialize() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | remote_object_type.h | 43 std::optional<RemoteObjectId> objectId; member 49 std::optional<RemoteObjectId> objectId; member 55 std::optional<RemoteObjectId> objectId; member
|
| D | remote_object.cpp | 152 if (auto objectId = GetObjectId()) { in Serialize() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_4.cpp | 43 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 98 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 193 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 245 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
|
| D | calling_methods_test_3.cpp | 130 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 178 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 228 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 320 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 367 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 407 ets_method objectId = env_->GetStaticp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
|
| D | calling_methods_test_5.cpp | 43 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 99 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
|
| D | calling_methods_test_2.cpp | 44 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 94 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 150 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local 238 ets_method objectId = env_->Getp_method(cls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
|
| D | calling_methods_test_8.cpp | 47 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
|
| D | calling_methods_test_7.cpp | 47 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
|
| D | calling_methods_test_6.cpp | 45 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
|
| /arkcompiler/toolchain/tooling/dynamic/client/domain/ |
| D | runtime_client.h | 45 void SetObjectId(const std::string &objectId) in SetObjectId()
|
| /arkcompiler/toolchain/tooling/dynamic/client/manager/ |
| D | watch_manager.cpp | 57 void WatchManager::GetPropertiesCommand(const int32_t &watchInfoIndex, const std::string &objectId) in GetPropertiesCommand() 172 std::string objectId; in ShowWatchResult() local
|
| D | variable_manager.cpp | 283 TreeNode* VariableManager::FindNodeWithObjectId(int32_t objectId) in FindNodeWithObjectId()
|
| /arkcompiler/jsvm/src/inspector/ |
| D | js_native_api_v8_inspector.cpp | 149 …CreateObjectRequest(int objectId, Factory factory) : objectId(objectId), factory(std::move(factory… in CreateObjectRequest() 157 int objectId; member in v8impl::__anona063bacf0111::CreateObjectRequest 162 std::unique_ptr<Request> NewCreateRequest(int objectId, Factory factory) in NewCreateRequest() 169 explicit DeleteRequest(int objectId) : objectId(objectId) {} in DeleteRequest() 177 int objectId; member in v8impl::__anona063bacf0111::DeleteRequest 198 AnotherThreadObjectReference(std::shared_ptr<MainThreadHandle> thread, int objectId) in AnotherThreadObjectReference() 242 const int objectId; member in v8impl::__anona063bacf0111::AnotherThreadObjectReference 297 ThreadSafeDelegate(std::shared_ptr<MainThreadHandle> thread, int objectId) in ThreadSafeDelegate()
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | heapprofiler_impl.cpp | 146 HeapSnapshotObjectId objectId; in GetHeapObjectId() local 349 HeapSnapshotObjectId *objectId) in GetHeapObjectId()
|
| /arkcompiler/toolchain/tooling/dynamic/client/utils/ |
| D | cli_command.cpp | 564 int32_t objectId = variableManager.FindObjectIdWithIndex(std::stoi(GetArgList()[0])); in PrintCommand() local 573 int32_t objectId = std::stoi(GetArgList()[1]); in PrintCommand() local
|
| /arkcompiler/toolchain/tooling/dynamic/test/client_utils/ |
| D | test_util.cpp | 216 std::string objectId; in SendMessage() local
|
| /arkcompiler/toolchain/tooling/static/tests/ |
| D | object_repository.cpp | 104 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | object_repository.cpp | 104 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties()
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_params.cpp | 751 std::string objectId; in Create() local 814 std::string objectId; in Create() local 1030 std::string objectId; in Create() local 1053 std::string objectId; in Create() local
|
| D | pt_params.h | 747 CallFunctionOnParams &SetObjectId(RemoteObjectId objectId) in SetObjectId()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | asyncMethodLowering.cpp | 50 auto *objectId = in CreateAsyncImplMethodReturnTypeAnnotation() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 248 …auto *objectId = checker->ProgramAllocNode<ir::Identifier>(compiler::Signatures::BUILTIN_OBJECT_CL… in ComposeAsyncImplFuncReturnType() local
|
| /arkcompiler/toolchain/tooling/static/ |
| D | inspector.cpp | 544 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties()
|