Home
last modified time | relevance | path

Searched defs:pcOffset (Results 1 - 25 of 31) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.cpp92 uint32_t pcOffset = INVALID_INDEX; in FindCatchBlock() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_helpers.h118 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
H A Dline_number_program.h290 auto pcOffset = static_cast<uint32_t>(adjustOpcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
H A Ddebug_info_updater-inl.h129 bool HandleSpecialOpcode([[maybe_unused]] uint32_t pcOffset, [[maybe_unused]] int32_t lineOffset) in HandleSpecialOpcode() argument
267 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
H A Ddebug_info_extractor.cpp132 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate_meta_data_builder.h149 JSBytecode( size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFlags flags) JSBytecode() argument
H A Dcircuit.h187 JSBytecode(size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) JSBytecode() argument
[all...]
H A Dhcr_gate_meta_data.h38 JSBytecodeMetaData( size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFlags flags) JSBytecodeMetaData() argument
H A Dcompiler_log.cpp254 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
H A Dbytecode_circuit_builder.cpp838 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJSGate() local
879 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJump() local
H A 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); CallGetter() local
421 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); CallSetter() local
447 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); Float32ArrayConstructor() local
466 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); Construct() local
477 CallInternal(GateRef hirGate, std::vector<GateRef> args, uint64_t pcOffset) CallInternal() argument
503 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); CallNew() local
[all...]
H A Dnative_inline_lowering.cpp1558 auto pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayForEach() local
1604 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayFindOrFindIndex() local
1651 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in TryInlineArrayFilter() local
1688 uint32_t pcOffset in TryInlineArrayMap() local
1725 uint32_t pcOffset = acc_.TryGetPcOffset(gate); TryInlineArraySome() local
1760 uint32_t pcOffset = acc_.TryGetPcOffset(gate); TryInlineArrayEvery() local
[all...]
H A Dframe_states.cpp1413 auto pcOffset = bcBuilder_->GetPcOffset(bcIndex); in BuildFrameState() local
H A Dmcr_circuit_builder.cpp638 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCallOperator() local
1022 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCall() local
1041 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedFastCall() local
1630 uint64_t pcOffset = acc_.TryGetPcOffset(gate); MonoCallGetterOnProto() local
1878 ArrayForEach(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset) ArrayForEach() argument
1906 ArrayFilter( GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) ArrayFilter() argument
1921 ArrayMap( GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) ArrayMap() argument
1936 ArraySome(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset) ArraySome() argument
1950 ArrayEvery(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_t pcOffset) ArrayEvery() argument
1992 ArrayFindOrFindIndex( GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef callIDRef, uint32_t pcOffset) ArrayFindOrFindIndex() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.cpp139 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dexceptions.cpp251 uint32_t pcOffset = method->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), pc); in FindCatchBlockInCFrames() local
H A Dmethod.cpp400 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInPandaFile() local
433 auto pcOffset = FindCatchBlockInPandaFile(cls, pc); in FindCatchBlock() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dstacktrace.cpp120 uintptr_t pcOffset = pc - vma->startAddr + vma->offset; in PrintFrame() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp761 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInPandaFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp48 std::string JsStackInfo::BuildMethodTrace(Method *method, uint32_t pcOffset, LastBuilderCache &lastCache, in BuildMethodTrace() argument
145 uintptr_t pcOffset = std::get<2>(item); in DumpJitCode() local
148 LOG_ECMA(ERROR) << "jit : js crash at method : " << methodName << ", offset :" << pcOffset; in DumpJitCode() local
208 uint32_t pcOffset = 0; in BuildJsStackTrace() local
235 BuildJsStackTraceInfo(JSThread *thread, Method *method, FrameIterator &it, uint32_t pcOffset, const JSHandle<JSObject> &jsErrorObj, LastBuilderCache &lastCache) BuildJsStackTraceInfo() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.h251 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h198 static void SetCatchBlockPcOffset(uint32_t pcOffset) in SetCatchBlockPcOffset() argument
251 static void SetupCatchBlockPcOffset(uint32_t pcOffset) in SetupCatchBlockPcOffset() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp1815 size_t pcOffset = 0; in MakeOrderAndOffsets() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp183 ProfileDefineGetterSetter(JSHClass* receiverHClass, JSHClass* holderHClass, const JSHandle<JSTaggedValue>& func, int32_t pcOffset) ProfileDefineGetterSetter() argument
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1505 uint32_t pcOffset = interpreter::RuntimeInterface::FindCatchBlock(*method, thread->GetException(), inst); in FindCatchBlockInIFramesStackless() local
1541 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInIFrames() local

Completed in 36 milliseconds

12