| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | method.cpp | 92 uint32_t pcOffset = INVALID_INDEX; in FindCatchBlock() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | debug_helpers.h | 118 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
|
| H A D | line_number_program.h | 290 auto pcOffset = static_cast<uint32_t>(adjustOpcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
|
| H A D | debug_info_updater-inl.h | 129 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 D | debug_info_extractor.cpp | 132 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | gate_meta_data_builder.h | 149 JSBytecode( size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFlags flags) JSBytecode() argument
|
| H A D | circuit.h | 187 JSBytecode(size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) JSBytecode() argument [all...] |
| H A D | hcr_gate_meta_data.h | 38 JSBytecodeMetaData( size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFlags flags) JSBytecodeMetaData() argument
|
| H A D | compiler_log.cpp | 254 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
|
| H A D | bytecode_circuit_builder.cpp | 838 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJSGate() local 879 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJump() local
|
| H A 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); 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 D | native_inline_lowering.cpp | 1558 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 D | frame_states.cpp | 1413 auto pcOffset = bcBuilder_->GetPcOffset(bcIndex); in BuildFrameState() local
|
| H A D | mcr_circuit_builder.cpp | 638 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 D | debug_info_extractor.cpp | 139 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | exceptions.cpp | 251 uint32_t pcOffset = method->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), pc); in FindCatchBlockInCFrames() local
|
| H A D | method.cpp | 400 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 D | stacktrace.cpp | 120 uintptr_t pcOffset = pc - vma->startAddr + vma->offset; in PrintFrame() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | ir_builder.cpp | 761 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInPandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.cpp | 48 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 D | regexp_executor.h | 251 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| H A D | test_runtime_interface.h | 198 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 D | assembly-emitter.cpp | 1815 size_t pcOffset = 0; in MakeOrderAndOffsets() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 183 ProfileDefineGetterSetter(JSHClass* receiverHClass, JSHClass* holderHClass, const JSHandle<JSTaggedValue>& func, int32_t pcOffset) ProfileDefineGetterSetter() argument
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| H A D | entrypoints.cpp | 1505 uint32_t pcOffset = interpreter::RuntimeInterface::FindCatchBlock(*method, thread->GetException(), inst); in FindCatchBlockInIFramesStackless() local 1541 uint32_t pcOffset = panda_file::INVALID_OFFSET; in FindCatchBlockInIFrames() local
|