Searched refs:GetBytecodeMetaData (Results 1 – 3 of 3) sorted by relevance
331 if (noGC && !bytecodes_.GetBytecodeMetaData(curPc).IsNoGC()) { in CollectMethodPcsFromBC()334 if (!debuggerStmt && bytecodes_.GetBytecodeMetaData(curPc).HasDebuggerStmt()) { in CollectMethodPcsFromBC()
310 BytecodeMetaData GetBytecodeMetaData(const uint8_t *pc) const in GetBytecodeMetaData() function
50 info.metaData_ = bytecodes_->GetBytecodeMetaData(pc); in BuildRegionInfo()