| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.cpp | 34 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in NoLabelCallRuntime() local 125 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in Call() local 352 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallPrivateGetter() local 375 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallPrivateSetter() local 398 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallGetter() local 421 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallSetter() local 447 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in Float32ArrayConstructor() local 466 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in Construct() local 477 GateRef CircuitBuilder::CallInternal(GateRef hirGate, std::vector<GateRef> args, uint64_t pcOffset) in CallInternal() 503 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 | native_inline_lowering.cpp | 1528 auto pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayForEach() local 1573 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayFindOrFindIndex() local 1618 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayFilter() local 1654 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayMap() local 1690 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArraySome() local 1724 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayEvery() local
|
| D | mcr_circuit_builder.cpp | 634 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCallOperator() local 1015 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCall() local 1034 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedFastCall() local 1623 uint64_t pcOffset = acc_.TryGetPcOffset(gate); in MonoCallGetterOnProto() local 1858 …tBuilder::ArrayForEach(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset) in ArrayForEach() 1887 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayFilter() 1902 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayMap() 1916 …cuitBuilder::ArraySome(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset) in ArraySome() 1930 …uitBuilder::ArrayEvery(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset) in ArrayEvery() 1973 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef callIDRef, uint32_t pcOffset) in ArrayFindOrFindIndex()
|
| D | compiler_log.cpp | 254 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
|
| D | bytecode_circuit_builder.cpp | 141 auto pcOffset = catchBlock.GetHandlerPc(); in CollectTryCatchBlockInfo() local 864 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJSGate() local 905 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJump() local
|
| D | circuit.h | 188 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
|
| 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 | typed_native_inline_lowering.cpp | 3261 auto pcOffset = acc_.TryGetPcOffset(gate); in LowerArrayFilter() local 3357 auto pcOffset = acc_.TryGetPcOffset(gate); in LowerArrayMap() local 3442 auto pcOffset = acc_.TryGetPcOffset(gate); in LowerArraySome() local 3509 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 | 289 auto pcOffset = static_cast<uint32_t>(adjustOpcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
|
| D | debug_info_extractor.cpp | 133 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/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/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 44 std::string JsStackInfo::BuildMethodTrace(Method *method, uint32_t pcOffset, LastBuilderCache &last… in BuildMethodTrace() 141 uintptr_t pcOffset = std::get<2>(item); in DumpJitCode() local 204 uint32_t pcOffset = 0; in BuildJsStackTrace() local 232 … uint32_t pcOffset, const JSHandle<JSObject> &jsErrorObj, in BuildJsStackTraceInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.h | 255 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 | 735 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInPandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 251 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 655 LLVMValueRef pcOffset = LLVMConstInt(GetInt32T(), 0, 0); in VisitRuntimeCall() local 858 void LLVMIRBuilder::ComputeArgCountAndExtraInfo(size_t &actualNumArgs, LLVMValueRef &pcOffset, Gate… in ComputeArgCountAndExtraInfo() 912 …id LLVMIRBuilder::CollectExraCallSiteInfo(std::vector<LLVMValueRef> &values, LLVMValueRef pcOffset, in CollectExraCallSiteInfo() 1037 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
|