Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp35 GateRef pcOffset = Int32(1); in GenerateCircuit() local
67 GateRef pcOffset = Int32(1); in GenerateCircuit() local
105 GateRef pcOffset = Int32(1); in GenerateCircuit() local
125 GateRef pcOffset = Int32(1); in GenerateCircuit() local
144 GateRef pcOffset = Int32(1); in GenerateCircuit() local
166 GateRef pcOffset = Int32(1); in GenerateCircuit() local
187 GateRef pcOffset = Int32(1); in GenerateCircuit() local
Dframe_states.cpp58 GateRef FrameStateBuilder::BuildFrameStateGate(size_t pcOffset, GateRef frameValues, FrameStateOutp… in BuildFrameStateGate()
417 auto pcOffset = builder_->GetPcOffset(nextIndex); in BuildStateSplitAfter() local
438 auto pcOffset = builder_->GetPcOffset(index); in BuildStateSplitBefore() local
507 auto pcOffset = builder_->GetPcOffset(index); in BuildCallFrameState() local
Dcircuit.h173 uint32_t pcOffset, bool writable, bool hasFrameState) in JSBytecode()
Dcompiler_log.cpp254 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
Dgate_meta_data_builder.h137 …const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, uint32_t pcOffset, GateFlags fl… in JSBytecode()
Dcircuit_builder.cpp578 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCallOperator() local
1025 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in Call() local
1087 GateRef pcOffset = Int64(acc_.TryGetPcOffset(hirGate)); in NoLabelCallRuntime() local
1234 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in Construct() local
1252 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedCall() local
1270 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in TypedFastCall() local
1285 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallGetter() local
1305 uint64_t pcOffset = acc_.TryGetPcOffset(hirGate); in CallSetter() local
Dbytecode_circuit_builder.cpp129 auto pcOffset = catchBlock.GetHandlerPc(); in CollectTryCatchBlockInfo() local
887 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJSGate() local
957 size_t pcOffset = GetPcOffset(iterator.Index()); in NewJump() local
Dllvm_ir_builder.cpp569 LLVMValueRef pcOffset = LLVMConstInt(GetInt32T(), 0, 0); in VisitRuntimeCall() local
755 void LLVMIRBuilder::ComputeArgCountAndPCOffset(size_t &actualNumArgs, LLVMValueRef &pcOffset, in ComputeArgCountAndPCOffset()
878 LLVMValueRef pcOffset = LLVMConstInt(GetInt32T(), 0, 0); in VisitCall() local
Dgate_meta_data.h658 …explicit JSBytecodeMetaData(size_t valuesIn, EcmaOpcode opcode, uint32_t pcOffset, GateFlags flags) in JSBytecodeMetaData()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp79 uint32_t pcOffset = INVALID_INDEX; in FindCatchBlock() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp29 std::string JsStackInfo::BuildMethodTrace(Method *method, uint32_t pcOffset) in BuildMethodTrace()
83 auto pcOffset = it.GetBytecodeOffset(); in BuildJsStackTrace() local
434 uintptr_t pcOffset = MEMBER_OFFSET(AsmInterpretedFrame, pc); in GetArkJSHeapCrashInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp23 void PGOProfiler::ProfileCall(JSTaggedType func, JSTaggedType callTarget, int32_t pcOffset, SampleM… in ProfileCall()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp141 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h236 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp433 …s::ProfileCall(uintptr_t argGlue, uintptr_t func, uintptr_t target, int32_t pcOffset, uint32_t inc… in ProfileCall()
1146 uint32_t pcOffset = panda_file::INVALID_OFFSET; in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h783 uint32_t pcOffset = context->GetBCOffset(); in GeneratorReEnterInterpreter() local
3768 uint32_t pcOffset = panda_file::INVALID_OFFSET; in RunInternal() local
Dinterpreter_assembly.cpp7450 uint32_t pcOffset = panda_file::INVALID_OFFSET; in ExceptionHandler() local