Home
last modified time | relevance | path

Searched defs:num_vregs (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h49 … ALWAYS_INLINE inline static uint32_t GetFrameSize(uint32_t num_vregs, uint32_t num_declared_args, in GetFrameSize()
55 …S_INLINE inline static void InitActualArgs(Frame *frame, Span<Value> args_span, uint32_t num_vregs, in InitActualArgs()
90 … ALWAYS_INLINE inline static uint32_t GetFrameSize(uint32_t num_vregs, uint32_t num_declared_args, in GetFrameSize()
97uint32_t num_vregs, [[maybe_unused]] uint32_t num_declared_args) in InitActualArgs()
348 Frame *Method::EnterNativeMethodFrame(ManagedThread *thread, uint32_t num_vregs, uint32_t num_args,… in EnterNativeMethodFrame()
380 auto num_vregs = panda_file::CodeDataAccessor::GetNumVregs(*(panda_file_), code_id_); in InitFrame() local
385 …uePtr<Frame, FrameDeleter> Method::InitFrameWithNumVRegs(ManagedThread *thread, uint32_t num_vregs, in InitFrameWithNumVRegs()
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h97 … [[maybe_unused]] Frame *new_frame, [[maybe_unused]] uint32_t num_vregs, in CopyArgumentsDyn()
2779 ALWAYS_INLINE inline void CopyCallAccShortArguments(Frame &frame, uint32_t num_vregs) in CopyCallAccShortArguments()
2802 ALWAYS_INLINE inline void CopyCallAccArguments(Frame &frame, uint32_t num_vregs) in CopyCallAccArguments()
2851 ALWAYS_INLINE inline void CopyCallShortArguments(Frame &frame, uint32_t num_vregs) in CopyCallShortArguments()
2869 ALWAYS_INLINE inline void CopyCallArguments(Frame &frame, uint32_t num_vregs) in CopyCallArguments()
2891 …ALWAYS_INLINE inline void CopyCallArguments(Frame &frame, uint32_t num_vregs, uint32_t num_actual_… in CopyCallArguments()
2907 …ALWAYS_INLINE inline void CopyRangeArguments(Frame &frame, uint32_t num_vregs, uint32_t num_actual… in CopyRangeArguments()
2924 …ALWAYS_INLINE inline void CopyArguments(Frame &frame, uint32_t num_vregs, [[maybe_unused]] uint32_… in CopyArguments()
2958 ALWAYS_INLINE inline bool CreateAndSetFrame(Method *method, Frame **frame, uint32_t num_vregs) in CreateAndSetFrame()
3039 uint32_t num_vregs; in CallInterpreterStackless() local
/arkcompiler/runtime_core/verification/absint/
Dabsint.cpp73 auto num_vregs = cached_method.num_vregs; in PrepareVerificationContext() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1369 CodeItem(size_t num_vregs, size_t num_args, std::vector<uint8_t> instructions) in CodeItem()
1378 void SetNumVregs(size_t num_vregs) in SetNumVregs()
/arkcompiler/runtime_core/verification/jobs/
Dcache.h308 size_t num_vregs; member