| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.cpp | 32 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in NoLabelCallRuntime() local 141 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in Call() local 373 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallPrivateGetter() local 396 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallPrivateSetter() local 419 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallGetter() local 442 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallSetter() local 468 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in Float32ArrayConstructor() local 487 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in Construct() local 498 GateRef CircuitBuilder::CallInternal(GateRef hirGate, std::vector<GateRef> args, uint64_t pcOffset) in CallInternal() 524 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallNew() local
|
| 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 | compiler_log.cpp | 214 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
|
| D | native_inline_lowering.cpp | 1542 auto pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayForEach() local 1588 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayFindOrFindIndex() local 1635 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayFilter() local 1672 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayMap() local 1709 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArraySome() local 1744 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayEvery() local
|
| D | mcr_circuit_builder.cpp | 658 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCallOperator() local 1044 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCall() local 1063 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedFastCall() local 1652 uint64_t pcOffset = acc_.TryGetPcOffset(gate); in MonoCallGetterOnProto() local 1903 …tBuilder::ArrayForEach(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset) in ArrayForEach() 1932 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayFilter() 1947 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayMap() 1961 …cuitBuilder::ArraySome(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset) in ArraySome() 1975 …uitBuilder::ArrayEvery(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset) in ArrayEvery() 2032 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef callIDRef, uint32_t pcOffset) in ArrayFindOrFindIndex()
|
| D | gate_meta_data_builder.h | 150 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
|
| D | circuit.h | 188 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
|
| D | bytecode_circuit_builder.cpp | 136 auto pcOffset = catchBlock.GetHandlerPc(); in CollectTryCatchBlockInfo() local 965 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJSGate() local 1006 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJump() local
|
| D | typed_native_inline_lowering.cpp | 2991 auto pcOffset = acc_.TryGetPcOffset(gate); in LowerArrayFilter() local 3092 auto pcOffset = acc_.TryGetPcOffset(gate); in LowerArrayMap() local 3176 auto pcOffset = acc_.TryGetPcOffset(gate); in LowerArraySome() local 3246 auto pcOffset = acc_.TryGetPcOffset(gate); in LowerArrayEvery() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_helpers.h | 118 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
|
| D | debug_info_updater-inl.h | 129 … bool HandleSpecialOpcode([[maybe_unused]] uint32_t pcOffset, [[maybe_unused]] int32_t lineOffset) in HandleSpecialOpcode() 267 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
|
| D | line_number_program.h | 290 auto pcOffset = static_cast<uint32_t>(adjustOpcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
|
| D | debug_info_extractor.cpp | 132 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 92 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 | 251 uint32_t pcOffset = method->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), pc); in FindCatchBlockInCFrames() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 47 std::string JsStackInfo::BuildMethodTrace(Method *method, uint32_t pcOffset, LastBuilderCache &last… in BuildMethodTrace() 144 uintptr_t pcOffset = std::get<2>(item); in DumpJitCode() local 208 uint32_t pcOffset = 0; in BuildJsStackTrace() local 236 … uint32_t pcOffset, const JSHandle<JSObject> &jsErrorObj, in BuildJsStackTraceInfo()
|
| /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/jspandafile/ |
| D | debug_info_extractor.cpp | 139 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 | 259 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 251 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 761 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInPandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 697 LLVMValueRef pcOffset = LLVMConstInt(GetInt32T(), 0, 0); in VisitRuntimeCall() local 909 void LLVMIRBuilder::ComputeArgCountAndExtraInfo(size_t &actualNumArgs, LLVMValueRef &pcOffset, Gate… in ComputeArgCountAndExtraInfo() 965 …id LLVMIRBuilder::CollectExraCallSiteInfo(std::vector<LLVMValueRef> &values, LLVMValueRef pcOffset, in CollectExraCallSiteInfo() 1104 LLVMValueRef pcOffset = LLVMConstInt(GetInt32T(), 0, 0); in VisitCall() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1505 …uint32_t pcOffset = interpreter::RuntimeInterface::FindCatchBlock(*method, thread->GetException(),… in FindCatchBlockInIFramesStackless() local 1541 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInIFrames() local
|