Searched refs:GetBytecodeArray (Results 1 – 19 of 19) sorted by relevance
68 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record()
31 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()
758 …calleeAbcId, calleeMethod->GetBytecodeArray(), calleeCodeSize, calleeFile->GetPandaFile()->GetHead… in CalleePFIProcess()
109 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
210 …uto checksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(), jsMethod->GetBytecodeArray(), in AddMethod()
652 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode()
139 auto offset = pc - method->GetBytecodeArray(); in GetBytecodeOffset()324 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
726 const uint8_t *pc = method->GetBytecodeArray(); in Execute()815 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()1466 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()1522 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()1571 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()3190 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()3353 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3489 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3625 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3761 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()[all …]
530 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()558 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()1800 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()2763 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()3649 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()3792 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()3980 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()4485 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()7132 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()7275 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()[all …]
447 const uint8_t *pc = GetMethod(callTarget)->GetBytecodeArray() + pc_.at(depth); in Dump()508 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
409 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
559 auto offset = pc - method->GetBytecodeArray(); in GetBytecodeOffset()567 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
3445 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetBytecodePcOfstForBaseline()3471 auto bytecodePcOffset = static_cast<uint32_t>(bytecodeStart - thisMethod->GetBytecodeArray()); in RuntimeGetBytecodePcOfstForBaseline()3485 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetNativePcOfstForBaseline()
1800 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()