Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp32 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
Dhcr_gate_meta_data.h39 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecodeMetaData()
Dcompiler_log.cpp214 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
Dnative_inline_lowering.cpp1541 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
Djit_compilation_env.h198 void SetLdExtModuleVarResolved(uint32_t methodOffset, uint32_t pcOffset) in SetLdExtModuleVarResolved()
Dmcr_circuit_builder.cpp753 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()
Dgate_meta_data_builder.h150 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
Dbytecode_circuit_builder.cpp136 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
Dcircuit.h207 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
Dntype_bytecode_lowering.cpp349 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in LowerLdExternalMoudleVar() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_helpers.h118 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
Ddebug_info_updater-inl.h129 … 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()
Dline_number_program.h291 auto pcOffset = static_cast<uint32_t>(adjustOpcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
Ddebug_info_extractor.cpp132 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
/arkcompiler/runtime_core/static_core/runtime/tooling/backtrace/
Dbacktrace.cpp46 auto pcOffset = Frame::GetInstructionsOffset(); in StepArk() local
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp92 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.cpp259 uint32_t pcOffset = method->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), pc); in FindCatchBlockInCFrames() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp48 …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/
Dtest_runtime_interface.h194 static void SetCatchBlockPcOffset(uint32_t pcOffset) in SetCatchBlockPcOffset()
247 static void SetupCatchBlockPcOffset(uint32_t pcOffset) in SetupCatchBlockPcOffset()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp139 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp95 uintptr_t pcOffset = pc - vma->baseAddr; in PrintFrame() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h259 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp235 int32_t pcOffset = GetPcOffset(deopts, i, shift); in CollectStackTraceInfos() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h252 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local

12