HomeSort by relevance Sort by last modified time
    Searched full:oat_code_offset (Results 1 - 1 of 1) sorted by null

  /art/compiler/
oat_writer.cc 811 const void* oat_code_offset = target->GetEntryPointFromQuickCompiledCodePtrSize(size); local
812 if (oat_code_offset != 0) {
813 DCHECK(!Runtime::Current()->GetClassLinker()->IsQuickResolutionStub(oat_code_offset));
814 DCHECK(!Runtime::Current()->GetClassLinker()->IsQuickToInterpreterBridge(oat_code_offset))
    [all...]

Completed in 2184 milliseconds