Home
last modified time | relevance | path

Searched defs:FrameInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_builder.h23 struct FrameInfo { struct
24 using RegMasks = std::tuple<uint32_t, uint32_t>;
52 FrameBuilderInterface(FrameInfo frameInfo, ConstantPoolHandler handler) in FrameBuilderInterface() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsamples_record.h29 struct FrameInfo { struct
42 FrameInfo codeEntry; argument
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h41 struct FrameInfo { struct
55 struct FrameInfo codeEntry; argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dframe_info.h31 explicit FrameInfo(uint32_t fields) : fields_(fields) {} in FrameInfo() function