#include <slate.hpp>
Public Attributes | |
struct Object | base |
struct CompiledMethod * | method |
struct Symbol * | selector |
struct Object * | inputVariables |
struct Object * | localVariables |
struct Object * | restVariable |
struct OopArray * | optionalKeywords |
struct Object * | heapAllocate |
struct Object * | environment |
struct OopArray * | literals |
struct OopArray * | selectors |
struct OopArray * | code |
word_t | sourceTree |
word_t | debugMap |
struct Object * | isInlined |
struct OopArray * | oldCode |
struct Object * | callCount |
struct OopArray * | calleeCount |
struct Object * | registerCount |
struct OopArray * | cachedInCallers |
struct Object * | cachedInCallersCount |
struct Object * | nextInlineAtCallCount |
struct Object * | reserved5 |
struct Object * | reserved6 |
Definition at line 198 of file slate.hpp.
struct Object CompiledMethod::base [read] |
struct OopArray* CompiledMethod::cachedInCallers [read] |
struct Object* CompiledMethod::cachedInCallersCount [read] |
struct Object* CompiledMethod::callCount [read] |
struct OopArray* CompiledMethod::calleeCount [read] |
struct OopArray* CompiledMethod::code [read] |
word_t CompiledMethod::debugMap |
struct Object* CompiledMethod::environment [read] |
struct Object* CompiledMethod::heapAllocate [read] |
struct Object* CompiledMethod::inputVariables [read] |
struct Object* CompiledMethod::isInlined [read] |
struct OopArray* CompiledMethod::literals [read] |
struct Object* CompiledMethod::localVariables [read] |
struct CompiledMethod* CompiledMethod::method [read] |
struct Object* CompiledMethod::nextInlineAtCallCount [read] |
struct OopArray* CompiledMethod::oldCode [read] |
struct OopArray* CompiledMethod::optionalKeywords [read] |
struct Object* CompiledMethod::registerCount [read] |
struct Object* CompiledMethod::reserved5 [read] |
struct Object* CompiledMethod::reserved6 [read] |
struct Object* CompiledMethod::restVariable [read] |
struct Symbol* CompiledMethod::selector [read] |
struct OopArray* CompiledMethod::selectors [read] |
word_t CompiledMethod::sourceTree |