Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp32 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
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.cpp1542 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
Dmcr_circuit_builder.cpp658 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()
Dgate_meta_data_builder.h150 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
Dcircuit.h188 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
Dbytecode_circuit_builder.cpp136 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
Dtyped_native_inline_lowering.cpp2991 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/
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.h290 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/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.cpp251 uint32_t pcOffset = method->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), pc); in FindCatchBlockInCFrames() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp47 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
236uint32_t pcOffset, const JSHandle<JSObject> &jsErrorObj, in BuildJsStackTraceInfo()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h198 static void SetCatchBlockPcOffset(uint32_t pcOffset) in SetCatchBlockPcOffset()
251 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.cpp120 uintptr_t pcOffset = pc - vma->startAddr + vma->offset; 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/regexp/
Dregexp_executor.h251 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp761 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInPandaFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp697 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/
Dentrypoints.cpp1505 …uint32_t pcOffset = interpreter::RuntimeInterface::FindCatchBlock(*method, thread->GetException(),… in FindCatchBlockInIFramesStackless() local
1541 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInIFrames() local

12