Home
last modified time | relevance | path

Searched defs:pcOffset (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_gate_meta_data.h39 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecodeMetaData()
Dhcr_circuit_builder.cpp33 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in NoLabelCallRuntime() local
123 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in Call() local
347 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallGetter() local
370 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallSetter() local
396 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in Construct() local
Dbytecode_circuit_builder.cpp131 auto pcOffset = catchBlock.GetHandlerPc(); in CollectTryCatchBlockInfo() local
563 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJSGate() local
602 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJump() local
Dcompiler_log.cpp254 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
Dcircuit.h178 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
Dgate_meta_data_builder.h144 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
Dmcr_circuit_builder.cpp529 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCallOperator() local
839 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCall() local
858 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedFastCall() local
1389 uint64_t pcOffset = acc_.TryGetPcOffset(gate); in MonoCallGetterOnProto() local
Dllvm_ir_builder.cpp572 LLVMValueRef pcOffset = LLVMConstInt(GetInt32T(), 0, 0); in VisitRuntimeCall() local
760 void LLVMIRBuilder::ComputeArgCountAndExtraInfo(size_t &actualNumArgs, LLVMValueRef &pcOffset, Gate… in ComputeArgCountAndExtraInfo()
814 …id LLVMIRBuilder::CollectExraCallSiteInfo(std::vector<LLVMValueRef> &values, LLVMValueRef pcOffset, in CollectExraCallSiteInfo()
925 LLVMValueRef pcOffset = LLVMConstInt(GetInt32T(), 0, 0); in VisitCall() local
Dlitecg_ir_builder.cpp929 Expr pcOffset = hasPCOffset ? (GetExprFromGate(inList[actualNumArgs + 1])) in VisitRuntimeCall() local
1146 Expr pcOffset = hasPCOffset ? (GetExprFromGate(inList[actualNumArgs + 1])) in VisitCall() local
1159 maple::litecg::Expr pcOffset, GateRef frameArgs) in CollectExraCallSiteInfo()
Dframe_states.cpp1156 auto pcOffset = bcBuilder_->GetPcOffset(bcIndex); in BuildFrameState() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_helpers.h113 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
Dline_number_program.h278 auto pcOffset = static_cast<uint32_t>(adjustOpcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
Ddebug_info_extractor.cpp131 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp79 uint32_t pcOffset = INVALID_INDEX; in FindCatchBlock() local
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp400 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInPandaFile() local
433 auto pcOffset = FindCatchBlockInPandaFile(cls, pc); in FindCatchBlock() local
Dexceptions.cpp233 uint32_t pcOffset = method->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), pc); in FindCatchBlockInCFrames() local
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h198 static void SetCatchBlockPcOffset(uint32_t pcOffset) in SetCatchBlockPcOffset()
251 static void SetupCatchBlockPcOffset(uint32_t pcOffset) in SetupCatchBlockPcOffset()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp35 std::string JsStackInfo::BuildMethodTrace(Method *method, uint32_t pcOffset, bool enableStackSource… in BuildMethodTrace()
120 auto pcOffset = it.GetBytecodeOffset(); in BuildJsStackTrace() local
975 uintptr_t pcOffset = MEMBER_OFFSET(AsmInterpretedFrame, pc); in GetArkJSHeapCrashInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h354 … void SetExtraProfileTypeInfo(int32_t pcOffset, JSHClass* receiverHClass, JSHClass* holderHClass) in SetExtraProfileTypeInfo()
Dpgo_profiler.cpp130 …lass *receverHClass, JSHClass *holderHClass, const JSHandle<JSTaggedValue> &func, int32_t pcOffset) in ProfileDefineGetterSetter()
365 auto pcOffset = iter.first; in UpdateExtraProfileTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp141 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp120 uintptr_t pcOffset = pc - vma->startAddr + vma->offset; in PrintFrame() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h256 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h230 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1479 …uint32_t pcOffset = interpreter::RuntimeInterface::FindCatchBlock(*method, thread->GetException(),… in FindCatchBlockInIFramesStackless() local
1515 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInIFrames() local

12