Searched refs:GetBytecodeArray (Results 1 – 10 of 10) sorted by relevance
243 const uint8_t *pc = method->GetBytecodeArray() + pc_; in Dump()310 const uint8_t *resumePc = method->GetBytecodeArray() + pc_; in ConstructAsmInterpretFrame()
132 auto offset = GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()268 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
699 const uint8_t *pc = method->GetBytecodeArray(); in Execute()771 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()1314 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()1368 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()1416 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()2969 auto fistPC = method->GetBytecodeArray(); in RunInternal()3132 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3267 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3402 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3537 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()[all …]
482 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()510 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()1705 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()2639 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()3461 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()3604 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()3792 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()4296 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()6700 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()6843 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()[all …]
298 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
359 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
370 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()377 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
355 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
144 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()145 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()160 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
1046 uintptr_t pc = reinterpret_cast<uintptr_t>(method->GetBytecodeArray() + pcOffset); in DEF_RUNTIME_STUBS()