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.cpp34 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
Dhcr_gate_meta_data.h39 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecodeMetaData()
Dnative_inline_lowering.cpp1528 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
Dmcr_circuit_builder.cpp634 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()
Dcompiler_log.cpp254 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
Dbytecode_circuit_builder.cpp141 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
Dcircuit.h188 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
Dgate_meta_data_builder.h150 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
Dtyped_native_inline_lowering.cpp3261 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/
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.h289 auto pcOffset = static_cast<uint32_t>(adjustOpcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
Ddebug_info_extractor.cpp133 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/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/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp44 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
232uint32_t pcOffset, const JSHandle<JSObject> &jsErrorObj, in BuildJsStackTraceInfo()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h255 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp735 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInPandaFile() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h251 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp655 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/
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