Searched defs:Zone (Results 1 – 9 of 9) sorted by relevance
7 struct Zone { struct8 int x;9 int y;
36 class Zone; variable
1433 std::unique_ptr<Cfg> WasmTranslator::translateFunction(Zone *Zone, in translateFunction() argument1471 Zone Zone; in translate() local
155 static class Zone implements Comparable { class in TimeZoneAliasTest252 private Zone(String id) { // for interal use only; use make instead! in Zone() method in TimeZoneAliasTest.Zone
158 static class Zone implements Comparable { class in TimeZoneAliasTest255 private Zone(String id) { // for interal use only; use make instead! in Zone() method in TimeZoneAliasTest.Zone
142 void GCNMaxOccupancySchedStrategy::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue()
765 pickNodeFromQueue(VLIWSchedBoundary &Zone, const RegPressureTracker &RPTracker, in pickNodeFromQueue()
2683 SchedBoundary &Zone) { in tryLatency()3105 void GenericScheduler::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue()
50843 struct Zone struct50846 JSRuntime* const runtime_;50847 JSTracer* const barrierTracer_;50850 bool needsIncrementalBarrier_;50852 Zone(JSRuntime* runtime, JSTracer* barrierTracerArg) in Zone() function50879 static __attribute__((always_inline)) inline JS::shadow::Zone* asShadowZone(JS::Zone* zone) { in asShadowZone()