| /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/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 | cache.h | 26 bool Has(const void *pc, Method *caller) const in Has() argument 33 T *Get(const void *pc, Method *caller) const in Get() argument 42 void Set(const void *pc, T *item, Method *caller) in Set() argument 61 GetIndex(const void *pc) GetIndex() argument [all...] |
| 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, bool jumpToEh) in ExecuteImpl() argument [all...] |
| H A D | state.h | 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 179 ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State() argument 188 ALWAYS_INLINE inline void UpdateState(const uint8_t *pc, Frame *frame) in UpdateState() argument
|
| /arkcompiler/runtime_core/static_core/verification/cflow/ |
| H A D | cflow_check.cpp | 30 CheckValidFlagInstructionException(Method const *&method, CflowMethodInfo const *&cflowInfo, const uint8_t *&target, uint8_t const *&methodStart, uint8_t const *&pc) CheckValidFlagInstructionException() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.h | 26 GateRef pc = 0;
member
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | code_allocator.cpp | 78 bool CodeAllocator::InAllocatedCodeRange(const void *pc) in InAllocatedCodeRange() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | code_allocator.cpp | 76 bool CodeAllocator::InAllocatedCodeRange(const void *pc) in InAllocatedCodeRange() argument
|
| /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
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| H A D | old_instruction.h | 26 explicit OldBytecodeInst(const uint8_t *pc) : OldBytecodeInstBase {pc} in OldBytecodeInst() argument
|
| H A D | instruction.h | 32 explicit OldBytecodeInstBase(const uint8_t *pc) : pc_ {pc} {} in OldBytecodeInstBase() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| H A D | backtrace.cpp | 68 uintptr_t pc = regs[0]; in GetPcs() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| H A D | ir_builder.h | 100 void CreateBlock(size_t pc) in CreateBlock() argument 108 BasicBlock *GetBlockForPc(size_t pc) in GetBlockForPc() argument 113 BasicBlock *GetPrevBlockForPc(size_t pc) in GetPrevBlockForPc() argument [all...] |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | bytecode_emitter.h | 42 explicit Label(std::list<uint32_t>::iterator pc) : pc_(pc) {} in Label() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | linear_order_test.cpp | 52 void UpdateBranchTaken(uint32_t pc, uint32_t count = 1U) in UpdateBranchTaken() argument 61 void UpdateBranchNotTaken(uint32_t pc, uint32_t count = 1U) in UpdateBranchNotTaken() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | bytecode_emitter.h | 42 explicit Label(std::list<uint32_t>::iterator pc) : pc_(pc) {} in Label() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| H A D | ets_inst_builder.cpp | 36 auto pc = GetPc(bcInst->GetAddress()); in BuildLaunch() local 57 auto pc = GetPc(bcInst->GetAddress()); in BuildLdObjByName() local 148 IntrinsicInst *InstBuilder::CreateStObjByNameIntrinsic(size_t pc, compile argument 162 auto pc = GetPc(bcInst->GetAddress()); BuildStObjByName() local 196 auto pc = GetPc(bcInst->GetAddress()); BuildEquals() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | deoptimization.cpp | 135 void PrevFrameDeopt(FrameKind prevFrameKind, ManagedThread *thread, StackWalker *stack, const uint8_t *pc, in PrevFrameDeopt() argument 181 [[noreturn]] NO_ADDRESS_SANITIZE void Deoptimize(StackWalker *stack, const uint8_t *pc, boo argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/ |
| H A D | global_regs.h | 46 ALWAYS_INLINE inline void SetPc(const uint8_t *pc) in SetPc() argument
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| H A D | verification_context.h | 57 ExecCtx().SetCheckPoint(pc); variable
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| H A D | aot_crash_info.cpp | 29 uintptr_t pc = 0; in GetSignalHandler() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/litecg/ |
| H A D | litecg_stackmap_type.cpp | 68 uintptr_t pc = static_cast<uintptr_t>(elem.first); in ConvertToLLVMStackMapInfo() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| H A D | aot_manager.h | 136 bool InAotFileRange(uintptr_t pc) in InAotFileRange() argument
|