Home
last modified time | relevance | path

Searched defs:nregs (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp68 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame()
101 uint32_t nregs; member
109 auto nregs = methodInfo.nregs; in CheckFrame() local
200 auto nregs = codeDataAccessor.GetNumVregs(); in TEST_F() local
Dframe_test.cpp54 Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame()
Dmethod_test.cpp116 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame()
Dinterpreter_test.cpp86 auto CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame()
114 Class *klass, uint32_t accessFlags, uint32_t nargs, uint32_t nregs, uint16_t *shorty, in CreateMethod()
2724 Frame *CreateFrameWithSize(uint32_t size, uint32_t nregs, Method *method, Frame *prev, ManagedThrea… in CreateFrameWithSize()
Di2c_bridge_test.cpp137 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h232 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame()
238 …static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *method, Fr… in CreateFrameWithActualArgs()
244 …ALWAYS_INLINE static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32… in CreateFrameWithActualArgsAndSize()
251 …static Frame *CreateNativeFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *meth… in CreateNativeFrameWithActualArgs()
Dframe.h95 ALWAYS_INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs) in Frame()
107 …ALWAYS_INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs, uint32_t numAct… in Frame()
341 ALWAYS_INLINE static inline uint32_t GetActualSize(uint32_t nregs) in GetActualSize()
767 …INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stackFrameAllocator, uint32_t nregsSize, in CreateFrame()
Dinterpreter-inl.h92 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize… in CreateFrame()
3290 uint32_t nregs; in CreateAndSetFrame() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h74 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize… in CreateFrame()
128 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize… in CreateFrame()
282 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext()
290 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp515 extern "C" Frame *CreateFrameWithSize(uint32_t size, uint32_t nregs, Method *method, Frame *prev) in CreateFrameWithSize()
529 extern "C" Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActua… in CreateFrameWithActualArgsAndSize()
542 extern "C" Frame *CreateNativeFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t nu… in CreateNativeFrameWithActualArgsAndSize()
555 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame()
561 static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *method, Fra… in CreateFrameWithActualArgs()
578 auto nregs = method->GetNumArgs() + method->GetNumVregs(); in CreateFrameForMethod() local
584 auto nregs = method->GetNumArgs() + method->GetNumVregs(); in CreateFrameForMethodDyn() local
591 auto nregs = nargs + method->GetNumVregs(); in CreateFrameForMethodWithActualArgs() local
598 auto nregs = nargs + method->GetNumVregs(); in CreateFrameForMethodWithActualArgsDyn() local
1156 extern "C" Frame *InitializeFrame(void *mem, Method *method, Frame *prev, size_t nregs) in InitializeFrame()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h400 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame()
409 …static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualAr… in CreateFrameWithActualArgsAndSize()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp900 … PandaVector<PtFrame::RegisterKind> &vregKinds, size_t nregs, PandaVector<uint64_t> &args, in FillRegisters()
936 size_t nregs = method->GetNumVregs(); in PtDebugFrame() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3472 uint32_t nregs = frameHandler.GetNumberArgs(); in SaveFrameToContext() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp797 uint32_t nregs = context->GetNRegs(); in GeneratorReEnterInterpreter() local