Home
last modified time | relevance | path

Searched refs:FrameInfo (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h40 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_;
Dsamples_record.cpp180 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()
Dcpu_profiler.cpp267 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/
Dasm_printer_test.cpp186 callconv_->GeneratePrologue(FrameInfo::FullPrologue()); in PreWork()
196 callconv_->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in PostWork()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp218 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/
Dencoder64_test.cpp211 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/
Dencoder64_test.cpp202 callconv_->GeneratePrologue(FrameInfo::FullPrologue()); in PreWork()
214 callconv_->GenerateEpilogue(FrameInfo::FullPrologue(), []() {}); in PostWork()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1750 static std::unique_ptr<RuntimeCallFrame> FromFrameInfo(const FrameInfo &cpuFrameInfo);
Dpt_types.cpp2097 std::unique_ptr<RuntimeCallFrame> RuntimeCallFrame::FromFrameInfo(const FrameInfo &cpuFrameInfo) in FromFrameInfo()