Searched refs:GetJSBytecodeMetaData (Results 1 – 3 of 3) sorted by relevance
355 return gatePtr->GetJSBytecodeMetaData()->GetPcOffset(); in TryGetPcOffset()379 return gatePtr->GetJSBytecodeMetaData()->GetType(); in TryGetPGOType()389 const_cast<JSBytecodeMetaData *>(gatePtr->GetJSBytecodeMetaData())->SetType(type); in TrySetPGOType()398 return gatePtr->GetJSBytecodeMetaData()->GetElementsKind(); in TryGetElementsKind()408 const_cast<JSBytecodeMetaData *>(gatePtr->GetJSBytecodeMetaData())->SetElementsKind(kind); in TrySetElementsKind()416 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()
241 const JSBytecodeMetaData* GetJSBytecodeMetaData() const in GetJSBytecodeMetaData() function
165 auto opcode = gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in PrintAllGatesWithBytecode()