Up Top

ソースコードのディレクトリ構成 : hotspot/src/share/ 以下 : compiler/


File Name Description
hotspot/src/share/vm/compiler/abstractCompiler.cpp AbstractCompiler クラスの定義 (AbstractCompiler)
hotspot/src/share/vm/compiler/abstractCompiler.hpp 同上
hotspot/src/share/vm/compiler/compileBroker.cpp CompileBroker クラス関連のクラスの定義 (CompileTask, CompilerCounters, CompileQueue, CompileTaskWrapper, CompileBroker)
hotspot/src/share/vm/compiler/compileBroker.hpp 同上
hotspot/src/share/vm/compiler/compileLog.cpp CompileLog クラスの定義 (CompileLog)
hotspot/src/share/vm/compiler/compileLog.hpp 同上
hotspot/src/share/vm/compiler/compilerOracle.cpp CompilerOracle クラスの定義 (CompilerOracle, 及びその補助クラス(MethodMatcher, MethodOptionMatcher))
hotspot/src/share/vm/compiler/compilerOracle.hpp 同上
hotspot/src/share/vm/compiler/disassembler.cpp Disassembler クラスの定義 (Disassembler, 及びその補助クラス(decode_env))
hotspot/src/share/vm/compiler/disassembler.hpp 同上
hotspot/src/share/vm/compiler/methodLiveness.cpp MethodLiveness クラス関連のクラスの定義 (MethodLivenessResult, MethodLiveness, MethodLiveness::BasicBlock, 及びそれらの補助クラス(BitCounter))
hotspot/src/share/vm/compiler/methodLiveness.hpp 同上
hotspot/src/share/vm/compiler/oopMap.cpp OopMap クラス関連のクラスの定義 (OopMapValue, OopMap, OopMapSet, OopMapStream, DerivedPointerTable, DerivedPointerTableDeactivate, 及びそれらの補助クラス(DoNothingClosure, DerivedPointerEntry))
hotspot/src/share/vm/compiler/oopMap.hpp 同上

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.