Home
last modified time | relevance | path

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

/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/tests/
Ddebugger_test.cpp68 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame()
116 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.cpp85 auto CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame()
113 Class *klass, uint32_t accessFlags, uint32_t nargs, uint32_t nregs, uint16_t *shorty, in CreateMethod()
2796 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/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.cpp504 extern "C" Frame *CreateFrameWithSize(uint32_t size, uint32_t nregs, Method *method, Frame *prev) in CreateFrameWithSize()
518 extern "C" Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActua… in CreateFrameWithActualArgsAndSize()
531 extern "C" Frame *CreateNativeFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t nu… in CreateNativeFrameWithActualArgsAndSize()
544 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame()
550 static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *method, Fra… in CreateFrameWithActualArgs()
567 auto nregs = method->GetNumArgs() + method->GetNumVregs(); in CreateFrameForMethod() local
573 auto nregs = method->GetNumArgs() + method->GetNumVregs(); in CreateFrameForMethodDyn() local
580 auto nregs = nargs + method->GetNumVregs(); in CreateFrameForMethodWithActualArgs() local
587 auto nregs = nargs + method->GetNumVregs(); in CreateFrameForMethodWithActualArgsDyn() local
1130 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()
410 …static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualAr… in CreateFrameWithActualArgsAndSize()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp901 … PandaVector<PtFrame::RegisterKind> &vregKinds, size_t nregs, PandaVector<uint64_t> &args, in FillRegisters()
939 size_t nregs = method->GetNumVregs(); in PtDebugFrame() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2974 uint32_t nregs = frameHandler.GetNumberArgs(); in SaveFrameToContext() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h804 uint32_t nregs = context->GetNRegs(); in GeneratorReEnterInterpreter() local