Searched refs:GetBytecodeArray (Results 1 – 20 of 20) sorted by relevance
68 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record()
37 pcStart_ = method->GetBytecodeArray(); in JitCompilationEnv()
121 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()122 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()137 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
373 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
804 …calleeAbcId, calleeMethod->GetBytecodeArray(), calleeCodeSize, calleeFile->GetPandaFile()->GetHead… in CalleePFIProcess()
123 …ASSERT_EQ(*serializeMethodLiteral->GetBytecodeArray(), *deserializeMethodLiteral->GetBytecodeArray… in CheckMethodLiteral()
135 auto offset = GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()309 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
734 const uint8_t *pc = method->GetBytecodeArray(); in Execute()826 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()1478 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()1534 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()1583 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()3209 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()3372 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3508 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3644 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3780 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()[all …]
566 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()594 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()1836 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()2802 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()3688 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()3831 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()4019 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()4529 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()7189 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()7332 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()[all …]
109 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
213 …ecksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(thread), jsMethod->GetBytecodeArray(), in AddMethod()
671 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode()
553 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()560 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()591 offset = frame->GetPc() - method->GetBytecodeArray(); in GetStackTraceInfos()600 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetStackTraceInfos()
409 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
481 const uint8_t *pc = GetMethod(callTarget)->GetBytecodeArray() + pc_.at(depth); in Dump()544 const uint8_t *resumePc = method->GetBytecodeArray() + pc_.at(curDepth); in ConstructAsmInterpretFrame()
91 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry()
386 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
3607 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetBytecodePcOfstForBaseline()3633 auto bytecodePcOffset = static_cast<uint32_t>(bytecodeStart - thisMethod->GetBytecodeArray()); in RuntimeGetBytecodePcOfstForBaseline()3648 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetNativePcOfstForBaseline()
1818 uintptr_t pc = reinterpret_cast<uintptr_t>(method->GetBytecodeArray() + pcOffset); in DEF_RUNTIME_STUBS()
128 const uint8_t *bytecodeArray = methodLiteral->GetBytecodeArray(); in Compile()149 static_cast<uint32_t>(bytecodeArray - methodLiteral->GetBytecodeArray()); in Compile()