HomeSort by relevance Sort by last modified time
    Searched refs:CodeDelta (Results 1 - 3 of 3) sorted by null

  /art/compiler/
compiled_method.h 67 size_t CodeDelta() const;
compiled_method.cc 68 size_t CompiledCode::CodeDelta() const {
oat_writer.cc 307 uint32_t thumb_offset = compiled_method->CodeDelta();
696 size_t code_offset = relative_offset + sizeof(code_size) + compiled_method->CodeDelta();
    [all...]

Completed in 77 milliseconds