Searched refs:GetBytecodeArray (Results 1 – 15 of 15) sorted by relevance
67 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record()
408 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
114 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()115 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()130 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
91 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
632 …uto checksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(), jsMethod->GetBytecodeArray(), in AddMethod()
132 auto offset = GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()271 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
711 const uint8_t *pc = method->GetBytecodeArray(); in Execute()786 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()1401 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()1457 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()1506 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()3118 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()3281 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3416 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3551 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3686 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()[all …]
501 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()529 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()1771 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()2730 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()3561 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()3704 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()3892 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()4396 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()6800 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()6943 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()[all …]
421 const uint8_t *pc = method->GetBytecodeArray() + pc_.at(depth); in Dump()482 const uint8_t *resumePc = method->GetBytecodeArray() + pc_.at(curDepth); in ConstructAsmInterpretFrame()
82 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry()
313 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
405 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()412 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
382 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
457 method->GetBytecodeArray()); in GetArkJSHeapCrashInfo()
1158 uintptr_t pc = reinterpret_cast<uintptr_t>(method->GetBytecodeArray() + pcOffset); in DEF_RUNTIME_STUBS()