| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| H A D | test_interpreter_impl.cpp | 24 void ExecuteImpl(ManagedThread *thread, const uint8_t *pc, Frame *frame) in ExecuteImpl() argument
|
| H A D | test_interpreter.cpp | 23 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in Execute() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | codegen_native.cpp | 24 auto frame = GetGraph()->GetLocalAllocator()->New<FrameInfo>( in CreateFrameInfo() local [all...] |
| H A D | disassembly.cpp | 136 auto frame = codegen->GetFrameInfo(); in PrintMethodEntry() local [all...] |
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| H A D | codegen_interpreter.h | 41 auto frame = GetGraph()->GetLocalAllocator()->New<FrameInfo>( variable 61 SetFrameInfo(frame); global() variable [all...] |
| H A D | codegen_boundary.cpp | 53 auto frame = GetFrameInfo(); in GeneratePrologue() local 101 auto frame = GetGraph()->GetLocalAllocator()->New<FrameInfo>( in CreateFrameInfo() local 164 auto frame = GetFrameInfo(); RemoveBoundaryFrame() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | interpreter.cpp | 27 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame, bool jumpToEh) in Execute() argument
|
| H A D | vregister_iterator.h | 24 explicit VRegisterIterator(BytecodeInstruction insn, Frame *frame) : instn_(std::move(insn)), frame_(frame) {} in VRegisterIterator() argument 79 explicit DimIterator(BytecodeInstruction insn, Frame *frame) : VRegisterIterator<FORMAT>(std::move(insn), frame) {} in DimIterator() argument
|
| H A D | interpreter_impl.cpp | 37 void ExecuteImplType(InterpreterType interpreterType, ManagedThread *thread, const uint8_t *pc, Frame *frame, in ExecuteImplType() argument 77 void ExecuteImpl(ManagedThread *thread, const uint8_t *pc, Frame *frame, boo argument 134 auto frame = GetFrame(); DebugDump() local [all...] |
| H A D | state.h | 32 ALWAYS_INLINE inline explicit StateIface(Frame *frame) : acc_(frame->GetAcc()) {} in StateIface() argument 49 ALWAYS_INLINE inline void SetFrame(Frame *frame) in SetFrame() argument 92 ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State() argument 101 ALWAYS_INLINE inline void UpdateState(const uint8_t *pc, Frame *frame) in UpdateState() argument 122 SetFrame(Frame *frame) SetFrame() argument 179 State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) State() argument 188 UpdateState(const uint8_t *pc, Frame *frame) UpdateState() argument 209 SetFrame(Frame *frame) SetFrame() argument [all...] |
| H A D | instruction_handler_state.h | 27 ALWAYS_INLINE InstructionHandlerState(ManagedThread *thread, const uint8_t *pc, Frame *frame, in InstructionHandlerState() argument 33 ALWAYS_INLINE void UpdateInstructionHandlerState(const uint8_t *pc, Frame *frame) in UpdateInstructionHandlerState() argument 58 ALWAYS_INLINE void SetFrame(Frame *frame) in SetFrame() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| H A D | asmjit_test.cpp | 96 FuncFrame frame; in TEST_F() local 187 FuncFrame frame; in TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/arch/ |
| H A D | asm_support.cpp | 54 extern "C" void OsrEntryAfterCFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopHeadBc, in OsrEntryAfterCFrame() argument 59 extern "C" void OsrEntryAfterIFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopHeadBc, in OsrEntryAfterIFrame() argument 64 extern "C" void OsrEntryTopFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopHeadBc, in OsrEntryTopFrame() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| H A D | stack_walker_base.cpp | 56 StackWalkerBase::CFrameType StackWalkerBase::CreateCFrameForC2IBridge(Frame *frame) in CreateCFrameForC2IBridge() argument
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| H A D | asmjit_test.cpp | 92 FuncFrame frame; in TEST_F() local 183 FuncFrame frame; in TEST_F() local [all...] |
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| H A D | asmjit_test.cpp | 68 FuncFrame frame; in TEST_F() local 110 FuncFrame frame; in TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/x86/ |
| H A D | asmjit_test.cpp | 67 FuncFrame frame; in TEST_F() local 109 FuncFrame frame; in TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/bridge/ |
| H A D | bridge.cpp | 65 extern "C" int64_t InvokeInterpreter(ManagedThread *thread, const uint8_t *pc, Frame *frame, Frame *lastFrame) in InvokeInterpreter() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | interop_stacks.h | 110 void CreateLocalScope(napi_env env, Frame *frame) in CreateLocalScope() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | stack_walker-inl.h | 158 auto frame = GetIFrame(); in IterateRegsForIFrame() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/ |
| H A D | global_regs.h | 76 ALWAYS_INLINE inline void SetFrame(Frame *frame) in SetFrame() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | object_repository.cpp | 33 RemoteObject ObjectRepository::CreateFrameObject(const PtFrame &frame, const std::map<std::string, TypedValue> &locals, in CreateFrameObject() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | sampling_processor.cpp | 97 FrameStackAndInfo *frame = generator->samplesQueue_->PopFrame(); in AddSample() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | debugger_test.cpp | 75 static void FreeFrame(Frame *frame) in FreeFrame() argument 86 static void SetVRegs(Frame *frame, std::vector<VRegValue> ®s) in SetVRegs() argument 106 static void CheckFrame(Frame *frame, std::vector<VRegValue> ®s, const MethodInfo &methodInfo) in CheckFrame() argument 203 ark::Frame *frame = test::CreateFrame(nregs + nargs, &method, nullptr); TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | osr.cpp | 41 void WriteOsrEventError(Frame *frame, FrameKind kind, uintptr_t loopHeadBc) in WriteOsrEventError() argument 66 Frame *frame = stack.GetIFrame(); in OsrEntry() local 191 SetOsrResult(Frame *frame, uint64_t uval, double fval) SetOsrResult() argument 236 GetStackParamsSize(const Frame *frame) GetStackParamsSize() argument [all...] |