Searched defs:remote (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/compiler_service/interface/ |
| D | aot_compiler_interface_proxy.cpp | 52 sptr<IRemoteObject> remote = Remote(); in AotCompiler() local 93 sptr<IRemoteObject> remote = Remote(); in StopAotCompiler() local 125 sptr<IRemoteObject> remote = Remote(); in GetAOTVersion() local 161 sptr<IRemoteObject> remote = Remote(); in NeedReCompile() local
|
| D | aot_compiler_interface_proxy.h | 26 const sptr<IRemoteObject>& remote) in AotCompilerInterfaceProxy()
|
| /arkcompiler/runtime_core/scripts/ |
| D | memusage.py | 63 def is_heap_region(name, remote): argument 114 def get_mem_info(self, name, remote): argument 135 def gen_report(self, smaps, remote): argument
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | memusage.py | 63 def is_heap_region(name, remote): argument 114 def get_mem_info(self, name, remote): argument 135 def gen_report(self, smaps, remote): argument
|
| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerproxy_unit/ |
| D | aotcompilerproxy_unit.cpp | 83 …explicit AotCompilerProxyMock(const sptr<IRemoteObject>& remote): AotCompilerInterfaceProxy(remote… in AotCompilerProxyMock() 118 sptr<IRemoteObject> remote = nullptr; variable 133 sptr<IRemoteObject> remote = nullptr; variable 146 sptr<IRemoteObject> remote = nullptr; variable 160 sptr<IRemoteObject> remote = nullptr; variable
|