Searched refs:bytecodes_ (Results 1 – 9 of 9) sorted by relevance
39 bytecodes_(collector->GetByteCodes()), in PassContext()56 return bytecodes_; in GetByteCodes()118 Bytecodes *bytecodes_ {nullptr};
31 pcOffsets_(methodPCInfo.pcOffsets), bytecodes_(bytecodes) in TypeRecorder()95 if (bytecodes_->GetOpcode(pcOffsets_[bcIdx]) == EcmaOpcode::STA_V8) { in CollectLiteralGT()101 EcmaOpcode ecmaOpcode = bytecodes_->GetOpcode(pcOffsets_[bcIdx]); in CollectLiteralGT()128 staBc < pcOffsets_.size() && bytecodes_->GetOpcode(pcOffsets_[staBc]) == EcmaOpcode::STA_V8; in CheckTypeMarkForDefineFunc()161 EcmaOpcode ecmaOpcode = bytecodes_->GetOpcode(pcOffsets_[bcIdx]); in CreateTypesForPGO()
87 const Bytecodes *bytecodes_ {nullptr};
278 bytecodes_(bytecodes), in BytecodeCircuitBuilder()454 return bytecodes_; in GetBytecodes()612 Bytecodes *bytecodes_; variable
314 return bytecodes_[primary]; in GetBytecodeMetaData()371 std::array<BytecodeMetaData, NUM_BYTECODES> bytecodes_{};
712 return &bytecodes_; in GetByteCodes()822 Bytecodes bytecodes_; variable
256 if (noGC && !bytecodes_.GetBytecodeMetaData(curPc).IsNoGC()) { in CollectMethodPcsFromBC()
421 bytecodes_[pc] = info; in Bytecodes()
49 info.metaData_ = bytecodes_->GetBytecodeMetaData(pc); in BuildRegionInfo()