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()
126 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()127 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()142 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
374 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
755 …calleeAbcId, calleeMethod->GetBytecodeArray(), calleeCodeSize, calleeFile->GetPandaFile()->GetHead… in CalleePFIProcess()
109 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
190 …uto checksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(), jsMethod->GetBytecodeArray(), in AddMethod()
726 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode()
135 auto offset = GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()309 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
728 const uint8_t *pc = method->GetBytecodeArray(); in Execute()811 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()1462 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()1518 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()1567 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()3185 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()3348 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3484 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3620 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3756 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()[all …]
526 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()554 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()1796 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()2759 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()3631 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()3774 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()3962 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()4467 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()7113 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()7256 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()[all …]
448 const uint8_t *pc = GetMethod(callTarget)->GetBytecodeArray() + pc_.at(depth); in Dump()509 const uint8_t *resumePc = method->GetBytecodeArray() + pc_.at(curDepth); in ConstructAsmInterpretFrame()
91 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry()
360 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
409 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
536 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()543 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
3417 const uint8_t *bytecodeStart = thisMethod->GetBytecodeArray(); in RuntimeGetBytecodePcOfstForBaseline()3443 auto bytecodePcOffset = static_cast<uint32_t>(bytecodeStart - thisMethod->GetBytecodeArray()); in RuntimeGetBytecodePcOfstForBaseline()
1829 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()