| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.cpp | 32 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in NoLabelCallRuntime() local 369 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallPrivateGetter() local 392 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallPrivateSetter() local 415 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallGetter() local 438 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallSetter() local 464 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in Float32ArrayConstructor() local 483 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in Construct() local 494 GateRef CircuitBuilder::CallInternal(GateRef hirGate, std::vector<GateRef> args, uint64_t pcOffset) in CallInternal() 520 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 | 1541 auto pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayForEach() local 1590 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayFindOrFindIndex() local 1638 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayFilter() local 1675 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayMap() local 1713 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArraySome() local 1750 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayEvery() local
|
| D | jit_compilation_env.h | 198 void SetLdExtModuleVarResolved(uint32_t methodOffset, uint32_t pcOffset) in SetLdExtModuleVarResolved()
|
| D | mcr_circuit_builder.cpp | 753 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCallOperator() local 1182 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCall() local 1201 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedFastCall() local 1717 uint64_t pcOffset = acc_.TryGetPcOffset(gate); in MonoCallGetterOnProto() local 1967 GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayForEach() 1996 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayFilter() 2011 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayMap() 2026 GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArraySome() 2041 GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayEvery() 2098 …e, GateRef callBackFn, GateRef usingThis, GateRef callIDRef, GateRef frameState, 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 | bytecode_circuit_builder.cpp | 136 auto pcOffset = catchBlock.GetHandlerPc(); in CollectTryCatchBlockInfo() local 970 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJSGate() local 1011 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJump() local
|
| D | circuit.h | 207 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
|
| D | ntype_bytecode_lowering.cpp | 349 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in LowerLdExternalMoudleVar() 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 | 291 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/runtime_core/static_core/runtime/tooling/backtrace/ |
| D | backtrace.cpp | 46 auto pcOffset = Frame::GetInstructionsOffset(); in StepArk() local
|
| /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 | 259 uint32_t pcOffset = method->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), pc); in FindCatchBlockInCFrames() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 48 …fo::AppendMethodTrace(std::string &data, const JSThread *thread, Method *method, uint32_t pcOffset, in AppendMethodTrace() 116 uintptr_t pcOffset = std::get<2>(item); in DumpJitCode() local 181 uint32_t pcOffset = 0; in BuildJsStackTrace() local 214 bool needBaselineSpecialHandling, uint32_t pcOffset) in AppendJsStackTraceInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 194 static void SetCatchBlockPcOffset(uint32_t pcOffset) in SetCatchBlockPcOffset() 247 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 | 95 uintptr_t pcOffset = pc - vma->baseAddr; 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/stackmap/ |
| D | ark_stackmap_parser.cpp | 235 int32_t pcOffset = GetPcOffset(deopts, i, shift); in CollectStackTraceInfos() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 252 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
|