Searched refs:FrameInfo (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | samples_record.h | 40 struct FrameInfo { struct 53 struct FrameInfo codeEntry; argument 142 const CMap<struct MethodKey, struct FrameInfo> &GetStackInfo() const; 143 void InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry); 185 struct FrameInfo GetMethodInfo(struct MethodKey &methodKey); 205 CMap<struct MethodKey, struct FrameInfo> stackInfoMap_;
|
D | samples_record.cpp | 180 struct FrameInfo codeEntry = node.codeEntry; in StringifyNodes() 383 struct FrameInfo SamplesRecord::GetMethodInfo(struct MethodKey &methodKey) in GetMethodInfo() 385 struct FrameInfo entry; in GetMethodInfo() 569 const CMap<struct MethodKey, struct FrameInfo> &SamplesRecord::GetStackInfo() const in GetStackInfo() 574 void SamplesRecord::InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry) in InsertStackInfo() 683 struct FrameInfo frameInfo; in FrameInfoTempToMap() 712 struct FrameInfo frameInfo; in NapiFrameInfoTempToMap()
|
D | cpu_profiler.cpp | 267 const CMap<struct MethodKey, struct FrameInfo> &stackInfo = generator_->GetStackInfo(); in GetStack() 327 const CMap<struct MethodKey, struct FrameInfo> &stackInfo = generator_->GetStackInfo(); in GetStackCallNapi()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | asm_printer_test.cpp | 186 callconv_->GeneratePrologue(FrameInfo::FullPrologue()); in PreWork() 196 callconv_->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in PostWork()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
D | encoder32_test.cpp | 218 callconv_->GeneratePrologue(FrameInfo::FullPrologue()); in PreWork() 270 callconv_->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in PostWork() 713 test->GetCallconv()->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in TestBitTestAndBranch() 768 test->GetCallconv()->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in TestJumpCC()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
D | encoder64_test.cpp | 211 callconv_->GeneratePrologue(FrameInfo::FullPrologue()); in PreWork() 216 callconv_->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in PostWork() 718 test->GetCallconv()->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in TestBitTestAndBranch() 905 test->GetCallconv()->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in TestJumpCC()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
D | encoder64_test.cpp | 202 callconv_->GeneratePrologue(FrameInfo::FullPrologue()); in PreWork() 214 callconv_->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in PostWork()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 1750 static std::unique_ptr<RuntimeCallFrame> FromFrameInfo(const FrameInfo &cpuFrameInfo);
|
D | pt_types.cpp | 2097 std::unique_ptr<RuntimeCallFrame> RuntimeCallFrame::FromFrameInfo(const FrameInfo &cpuFrameInfo) in FromFrameInfo()
|