Home
last modified time | relevance | path

Searched defs:pc (Results 1 - 25 of 119) sorted by relevance

12345

/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/runtime/interpreter/
H A Dinterpreter.cpp27 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame, bool jumpToEh) in Execute() argument
H A Dcache.h26 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 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, bool jumpToEh) in ExecuteImpl() argument
[all...]
H A Dstate.h92 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 Dcflow_check.cpp30 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 Dnew_object_stub_builder.h26 GateRef pc = 0; member
/arkcompiler/runtime_core/libpandabase/mem/
H A Dcode_allocator.cpp78 bool CodeAllocator::InAllocatedCodeRange(const void *pc) in InAllocatedCodeRange() argument
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dcode_allocator.cpp76 bool CodeAllocator::InAllocatedCodeRange(const void *pc) in InAllocatedCodeRange() argument
/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
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h26 explicit OldBytecodeInst(const uint8_t *pc) : OldBytecodeInstBase {pc} in OldBytecodeInst() argument
H A Dinstruction.h32 explicit OldBytecodeInstBase(const uint8_t *pc) : pc_ {pc} {} in OldBytecodeInstBase() argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
H A Dbacktrace.cpp68 uintptr_t pc = regs[0]; in GetPcs() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.h100 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 Dbytecode_emitter.h42 explicit Label(std::list<uint32_t>::iterator pc) : pc_(pc) {} in Label() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlinear_order_test.cpp52 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 Dbytecode_emitter.h42 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 Dets_inst_builder.cpp36 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 Ddeoptimization.cpp135 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 Dglobal_regs.h46 ALWAYS_INLINE inline void SetPc(const uint8_t *pc) in SetPc() argument
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dverification_context.h57 ExecCtx().SetCheckPoint(pc); variable
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Daot_crash_info.cpp29 uintptr_t pc = 0; in GetSignalHandler() local
/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
H A Dlitecg_stackmap_type.cpp68 uintptr_t pc = static_cast<uintptr_t>(elem.first); in ConvertToLLVMStackMapInfo() local
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_manager.h136 bool InAotFileRange(uintptr_t pc) in InAotFileRange() argument

Completed in 10 milliseconds

12345