Searched refs:GetBytecodeArray (Results 1 – 16 of 16) sorted by relevance
67 uint32_t bcOffset = bcIns.GetAddress() - method->GetBytecodeArray(); in Record()
116 auto tryStartPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryStartOffset); in CollectTryCatchBlockInfo()117 auto tryEndPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + tryEndOffset); in CollectTryCatchBlockInfo()132 auto catchBlockPc = const_cast<uint8_t *>(method_->GetBytecodeArray() + pcOffset); in CollectTryCatchBlockInfo()
372 return static_cast<size_t>(pc - method_->GetBytecodeArray()); in GetPcOffset()
109 PGOMethodInfo::CalcChecksum(methodName, methodLiteral->GetBytecodeArray(), in GetTypeInfo()
200 …uto checksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(), jsMethod->GetBytecodeArray(), in AddMethod()
521 auto pcStart = method->GetBytecodeArray(); in ProfileBytecode()
132 auto offset = GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()271 int offset = pc - frameHandler.GetMethod()->GetBytecodeArray(); in DumpPC()
734 const uint8_t *pc = method->GetBytecodeArray(); in Execute()818 const uint8_t *resumePc = method->GetBytecodeArray() + pcOffset; in GeneratorReEnterInterpreter()1446 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()1502 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()1551 [[maybe_unused]] auto fistPC = methodHandle->GetBytecodeArray(); in RunInternal()3169 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in RunInternal()3332 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3468 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3604 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()3740 state->pc = pc = methodHandle->GetBytecodeArray(); in RunInternal()[all …]
534 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturn()562 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleReturnundefined()1804 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleSuspendgeneratorV8()2767 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleAsyncgeneratorresolveV8V8V8()3599 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallarrowrangePrefImm16V8()3742 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideSupercallthisrangePrefImm16V8()3930 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleWideNewobjrangePrefImm16V8()4435 [[maybe_unused]] auto fistPC = method->GetBytecodeArray(); in HandleDeprecatedSuspendgeneratorPrefV8V8()6903 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallarrowrangeImm8Imm8V8()7046 state->pc = pc = methodHandle->GetBytecodeArray(); in HandleSupercallthisrangeImm8Imm8V8()[all …]
427 const uint8_t *pc = method->GetBytecodeArray() + pc_.at(depth); in Dump()488 const uint8_t *resumePc = method->GetBytecodeArray() + pc_.at(curDepth); in ConstructAsmInterpretFrame()
85 auto bcIns = BytecodeInstruction(method->GetBytecodeArray()); in MethodEntry()
327 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
421 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()428 auto offset = frame->GetPc() - method->GetBytecodeArray(); in GetBytecodeOffset()
383 const uint8_t *GetBytecodeArray() const in GetBytecodeArray() function
998 method->GetBytecodeArray()); in GetArkJSHeapCrashInfo()
1586 uintptr_t pc = reinterpret_cast<uintptr_t>(method->GetBytecodeArray() + pcOffset); in DEF_RUNTIME_STUBS()