HomeSort by relevance Sort by last modified time
    Searched defs:CompiledCode (Results 1 - 2 of 2) sorted by null

  /art/compiler/
compiled_method.cc 25 CompiledCode::CompiledCode(CompilerDriver* compiler_driver, InstructionSet instruction_set,
32 CompiledCode::~CompiledCode() {
36 bool CompiledCode::operator==(const CompiledCode& rhs) const {
49 size_t CompiledCode::AlignCode(size_t offset) const {
53 size_t CompiledCode::AlignCode(size_t offset, InstructionSet instruction_set) {
57 size_t CompiledCode::CodeDelta() const {
61 size_t CompiledCode::CodeDelta(InstructionSet instruction_set)
    [all...]
compiled_method.h 36 class CompiledCode {
39 CompiledCode(CompilerDriver* compiler_driver, InstructionSet instruction_set,
42 virtual ~CompiledCode();
52 bool operator==(const CompiledCode& rhs) const;
368 class CompiledMethod FINAL : public CompiledCode {

Completed in 180 milliseconds