Searched refs:jsGatesToByteCode_ (Results 1 – 2 of 2) sorted by relevance
317 return jsGatesToByteCode_.at(gate); in GetBcIndexByGate()330 jsGatesToByteCode_[gate] = bcIndex; in UpdateBcIndexGate()419 return GetPcOffset(jsGatesToByteCode_.at(gate)); in GetPcOffsetByGate()434 return jsGatesToByteCode_.find(gate) != jsGatesToByteCode_.end(); in ShouldPGOTypeInfer()596 std::unordered_map<GateRef, size_t> jsGatesToByteCode_; variable
898 jsGatesToByteCode_[gate] = iterator.Index(); in NewJSGate()991 jsGatesToByteCode_[gate] = iterator.Index(); in NewJump()1010 jsGatesToByteCode_[gate] = iterator.Index(); in NewReturn()1019 jsGatesToByteCode_[gate] = iterator.Index(); in NewReturn()1031 jsGatesToByteCode_[gate] = iterator.Index(); in NewByteCode()