Home
last modified time | relevance | path

Searched defs:frame (Results 1 - 25 of 68) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_interpreter_impl.cpp24 void ExecuteImpl(ManagedThread *thread, const uint8_t *pc, Frame *frame) in ExecuteImpl() argument
H A Dtest_interpreter.cpp23 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in Execute() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen_native.cpp24 auto frame = GetGraph()->GetLocalAllocator()->New<FrameInfo>( in CreateFrameInfo() local
[all...]
H A Ddisassembly.cpp136 auto frame = codegen->GetFrameInfo(); in PrintMethodEntry() local
[all...]
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
H A Dcodegen_interpreter.h41 auto frame = GetGraph()->GetLocalAllocator()->New<FrameInfo>( variable
61 SetFrameInfo(frame); global() variable
[all...]
H A Dcodegen_boundary.cpp53 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 Dinterpreter.cpp27 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame, bool jumpToEh) in Execute() argument
H A Dvregister_iterator.h24 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 Dinterpreter_impl.cpp37 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 Dstate.h32 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 Dinstruction_handler_state.h27 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 Dasmjit_test.cpp96 FuncFrame frame; in TEST_F() local
187 FuncFrame frame; in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/arch/
H A Dasm_support.cpp54 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 Dstack_walker_base.cpp56 StackWalkerBase::CFrameType StackWalkerBase::CreateCFrameForC2IBridge(Frame *frame) in CreateCFrameForC2IBridge() argument
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dasmjit_test.cpp92 FuncFrame frame; in TEST_F() local
183 FuncFrame frame; in TEST_F() local
[all...]
/arkcompiler/runtime_core/compiler/tests/x86/
H A Dasmjit_test.cpp68 FuncFrame frame; in TEST_F() local
110 FuncFrame frame; in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/x86/
H A Dasmjit_test.cpp67 FuncFrame frame; in TEST_F() local
109 FuncFrame frame; in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/bridge/
H A Dbridge.cpp65 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 Dinterop_stacks.h110 void CreateLocalScope(napi_env env, Frame *frame) in CreateLocalScope() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dstack_walker-inl.h158 auto frame = GetIFrame(); in IterateRegsForIFrame() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/
H A Dglobal_regs.h76 ALWAYS_INLINE inline void SetFrame(Frame *frame) in SetFrame() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dobject_repository.cpp33 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 Dsampling_processor.cpp97 FrameStackAndInfo *frame = generator->samplesQueue_->PopFrame(); in AddSample() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Ddebugger_test.cpp75 static void FreeFrame(Frame *frame) in FreeFrame() argument
86 static void SetVRegs(Frame *frame, std::vector<VRegValue> &regs) in SetVRegs() argument
106 static void CheckFrame(Frame *frame, std::vector<VRegValue> &regs, 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 Dosr.cpp41 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...]

Completed in 7 milliseconds

123