| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_gate_meta_data.h | 39 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecodeMetaData()
|
| D | hcr_circuit_builder.cpp | 33 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
|
| D | bytecode_circuit_builder.cpp | 131 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
|
| D | compiler_log.cpp | 254 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
|
| D | circuit.h | 178 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
|
| D | gate_meta_data_builder.h | 144 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
|
| D | mcr_circuit_builder.cpp | 529 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
|
| D | llvm_ir_builder.cpp | 572 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
|
| D | litecg_ir_builder.cpp | 929 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()
|
| D | frame_states.cpp | 1156 auto pcOffset = bcBuilder_->GetPcOffset(bcIndex); in BuildFrameState() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_helpers.h | 113 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
|
| D | line_number_program.h | 278 auto pcOffset = static_cast<uint32_t>(adjustOpcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
|
| D | debug_info_extractor.cpp | 131 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 79 uint32_t pcOffset = INVALID_INDEX; in FindCatchBlock() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | method.cpp | 400 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInPandaFile() local 433 auto pcOffset = FindCatchBlockInPandaFile(cls, pc); in FindCatchBlock() local
|
| D | exceptions.cpp | 233 uint32_t pcOffset = method->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), pc); in FindCatchBlockInCFrames() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 198 static void SetCatchBlockPcOffset(uint32_t pcOffset) in SetCatchBlockPcOffset() 251 static void SetupCatchBlockPcOffset(uint32_t pcOffset) in SetupCatchBlockPcOffset()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 35 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/ |
| D | pgo_profiler.h | 354 … void SetExtraProfileTypeInfo(int32_t pcOffset, JSHClass* receiverHClass, JSHClass* holderHClass) in SetExtraProfileTypeInfo()
|
| D | pgo_profiler.cpp | 130 …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/ |
| D | debug_info_extractor.cpp | 141 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | stacktrace.cpp | 120 uintptr_t pcOffset = pc - vma->startAddr + vma->offset; in PrintFrame() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.h | 256 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 230 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1479 …uint32_t pcOffset = interpreter::RuntimeInterface::FindCatchBlock(*method, thread->GetException(),… in FindCatchBlockInIFramesStackless() local 1515 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInIFrames() local
|