Home
last modified time | relevance | path

Searched defs:objectId (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/toolchain/tooling/static/types/
Dremote_object_type.h43 std::optional<RemoteObjectId> objectId; member
49 std::optional<RemoteObjectId> objectId; member
55 std::optional<RemoteObjectId> objectId; member
Dremote_object.cpp152 if (auto objectId = GetObjectId()) { in Serialize() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object_type.h43 std::optional<RemoteObjectId> objectId; member
49 std::optional<RemoteObjectId> objectId; member
55 std::optional<RemoteObjectId> objectId; member
Dremote_object.cpp152 if (auto objectId = GetObjectId()) { in Serialize() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_4.cpp43 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
Dcalling_methods_test_3.cpp130 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
Dcalling_methods_test_5.cpp43 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
Dcalling_methods_test_2.cpp44 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
Dcalling_methods_test_8.cpp47 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
Dcalling_methods_test_7.cpp47 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
Dcalling_methods_test_6.cpp45 ets_method objectId = env_->Getp_method(cCls, "object_method", ":LCallingMethodsTest/A;"); in TEST_F() local
/arkcompiler/toolchain/tooling/dynamic/client/domain/
Druntime_client.h45 void SetObjectId(const std::string &objectId) in SetObjectId()
/arkcompiler/toolchain/tooling/dynamic/client/manager/
Dwatch_manager.cpp57 void WatchManager::GetPropertiesCommand(const int32_t &watchInfoIndex, const std::string &objectId) in GetPropertiesCommand()
172 std::string objectId; in ShowWatchResult() local
Dvariable_manager.cpp283 TreeNode* VariableManager::FindNodeWithObjectId(int32_t objectId) in FindNodeWithObjectId()
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp149 …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/
Dheapprofiler_impl.cpp146 HeapSnapshotObjectId objectId; in GetHeapObjectId() local
349 HeapSnapshotObjectId *objectId) in GetHeapObjectId()
/arkcompiler/toolchain/tooling/dynamic/client/utils/
Dcli_command.cpp564 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/
Dtest_util.cpp216 std::string objectId; in SendMessage() local
/arkcompiler/toolchain/tooling/static/tests/
Dobject_repository.cpp104 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dobject_repository.cpp104 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties()
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_params.cpp751 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
Dpt_params.h747 CallFunctionOnParams &SetObjectId(RemoteObjectId objectId) in SetObjectId()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DasyncMethodLowering.cpp50 auto *objectId = in CreateAsyncImplMethodReturnTypeAnnotation() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp248 …auto *objectId = checker->ProgramAllocNode<ir::Identifier>(compiler::Signatures::BUILTIN_OBJECT_CL… in ComposeAsyncImplFuncReturnType() local
/arkcompiler/toolchain/tooling/static/
Dinspector.cpp544 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties()

12