| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | debugger_test.cpp | 68 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
|
| D | frame_test.cpp | 54 Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame()
|
| D | method_test.cpp | 116 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame()
|
| D | interpreter_test.cpp | 86 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()
|
| D | i2c_bridge_test.cpp | 137 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 232 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()
|
| D | frame.h | 95 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()
|
| D | interpreter-inl.h | 92 …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/ |
| D | method-inl.h | 74 …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/ |
| D | entrypoints.cpp | 515 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/ |
| D | test_runtime_interface.h | 400 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/ |
| D | debugger.cpp | 900 … 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/ |
| D | runtime_stubs.cpp | 3502 uint32_t nregs = frameHandler.GetNumberArgs(); in SaveFrameToContext() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 797 uint32_t nregs = context->GetNRegs(); in GeneratorReEnterInterpreter() local
|