| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | test_stubs.cpp | 35 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
|
| D | frame_states.cpp | 58 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
|
| D | circuit.h | 173 uint32_t pcOffset, bool writable, bool hasFrameState) in JSBytecode()
|
| D | compiler_log.cpp | 254 uint32_t pcOffset = acc_.TryGetPcOffset(gate); in CollectGateTypeLogInfo() local
|
| D | gate_meta_data_builder.h | 137 …const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, uint32_t pcOffset, GateFlags fl… in JSBytecode()
|
| D | circuit_builder.cpp | 578 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
|
| D | bytecode_circuit_builder.cpp | 129 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
|
| D | llvm_ir_builder.cpp | 569 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
|
| D | gate_meta_data.h | 658 …explicit JSBytecodeMetaData(size_t valuesIn, EcmaOpcode opcode, uint32_t pcOffset, GateFlags flags) in JSBytecodeMetaData()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 79 uint32_t pcOffset = INVALID_INDEX; in FindCatchBlock() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 29 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/ |
| D | pgo_profiler.cpp | 23 void PGOProfiler::ProfileCall(JSTaggedType func, JSTaggedType callTarget, int32_t pcOffset, SampleM… in ProfileCall()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.cpp | 141 bool HandleSpecialOpcode(uint32_t pcOffset, int32_t lineOffset) in HandleSpecialOpcode()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 236 uint32_t pcOffset = byteCode.GetU32(GetCurrentPC() + LOOP_PC_OFFSET); in HandleOpLoop() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 433 …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/ |
| D | interpreter-inl.h | 783 uint32_t pcOffset = context->GetBCOffset(); in GeneratorReEnterInterpreter() local 3768 uint32_t pcOffset = panda_file::INVALID_OFFSET; in RunInternal() local
|
| D | interpreter_assembly.cpp | 7450 uint32_t pcOffset = panda_file::INVALID_OFFSET; in ExceptionHandler() local
|