| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 262 bool ReadUintptrFromAddr(int pid, uintptr_t addr, uintptr_t &value, bool needCheckRegion) in ReadUintptrFromAddr() 383 uintptr_t ArkGetFunction(int pid, uintptr_t currentPtr, uintptr_t frameType) in ArkGetFunction() 460 bool ArkCheckIsJSFunctionBaseOrJSProxy(int pid, uintptr_t objAddr, bool &isJSFunctionBase) in ArkCheckIsJSFunctionBaseOrJSProxy() 487 uintptr_t ArkCheckAndGetMethod(int pid, uintptr_t value) in ArkCheckAndGetMethod() 505 bool ArkGetMethodIdandJSPandaFileAddr(int pid, uintptr_t method, uintptr_t &methodId, uintptr_t &js… in ArkGetMethodIdandJSPandaFileAddr() 534 uint32_t ArkGetOffsetFromMethod(int pid, uintptr_t currentPtr, uintptr_t method) in ArkGetOffsetFromMethod() 549 uint32_t ArkGetBytecodeOffset(int pid, uintptr_t method, uintptr_t frameType, uintptr_t currentPtr) in ArkGetBytecodeOffset() 622 bool ArkIsNativeWithCallField(int pid, uintptr_t method) in ArkIsNativeWithCallField() 632 std::string ArkReadCStringFromAddr(int pid, uintptr_t descAddr) in ArkReadCStringFromAddr() 660 std::string ArkGetFileName(int pid, uintptr_t jsPandaFileAddr, std::string &hapPath) in ArkGetFileName() [all …]
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | exec.cpp | 37 pid_t pid = fork(); in Exec() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | exec.cpp | 29 pid_t pid = fork(); in Exec() local
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ |
| D | profiling_data.h | 27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData()
|
| /arkcompiler/toolchain/websocket/test/ |
| D | websocket_test.cpp | 75 pid_t pid = fork(); variable 168 pid_t pid = fork(); variable
|
| /arkcompiler/runtime_core/static_core/tests/gtest_launcher/ |
| D | main.cpp | 46 pid_t pid = fork(); in HandleTimeout() local
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| D | main.cpp | 43 pid_t pid = fork(); in HandleTimeout() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | os.cpp | 49 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | os.cpp | 55 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| D | os.cpp | 55 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | sampling_processor.cpp | 38 pthread_t pid = params.pidParam; in Run() local
|
| D | cpu_profiler.h | 37 pid_t pid = 0; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | maple_phase_manager.cpp | 47 void AnalysisDataManager::EraseAnalysisPhase(uint32 phaseKey, MaplePhaseID pid) in EraseAnalysisPhase() 122 MaplePhase *AnalysisDataManager::GetVaildAnalysisPhase(uint32 phaseKey, MaplePhaseID pid) in GetVaildAnalysisPhase() 136 bool AnalysisDataManager::IsAnalysisPhaseAvailable(uint32 phaseKey, MaplePhaseID pid) in IsAnalysisPhaseAvailable()
|
| /arkcompiler/runtime_core/static_core/dprof/converter/features/ |
| D | hotness_counters.h | 39 uint32_t pid; member
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | signal_handler_test.cpp | 100 auto pid = getpid(); in SamplerThreadEntry() local
|
| /arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/ |
| D | storage.cpp | 29 …::unique_ptr<AppData> AppData::CreateByParams(const std::string &name, uint64_t hash, uint32_t pid, in CreateByParams()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_dominance.cpp | 26 void DomAnalysis::PostOrderWalk(const BB &bb, int32 &pid, MapleVector<bool> &visitedMap) in PostOrderWalk() 273 void PostDomAnalysis::PdomPostOrderWalk(const BB &bb, int32 &pid, MapleVector<bool> &visitedMap) in PdomPostOrderWalk()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | maple_phase_support.h | 169 bool FindIsPreserved(const MaplePhaseID pid) in FindIsPreserved()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/ |
| D | gc_hung.cpp | 159 void GcHung::SendZerohungEvent(const PandaString &error, int pid, PandaString msg) in SendZerohungEvent()
|
| /arkcompiler/toolchain/tooling/test/client_utils/ |
| D | test_util.cpp | 96 pid_t pid = fork(); in ForkSocketClient() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 80 int pid = getpid(); in CheckAnonMemoryName() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sampling_profiler.cpp | 466 auto pid = getpid(); in SamplerThreadEntry() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_test.cpp | 80 int pid = getpid(); in CheckAnonMemoryName() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.cpp | 714 std::string GetProcessName(int32_t pid) in GetProcessName() 740 int32_t pid = getpid(); in DumpHeapSnapshotBeforeOOM() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 650 std::string pid; in OptimizeProgram() local
|