Home
last modified time | relevance | path

Searched refs:LOAD (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/preload/
DOperation.java32 LOAD, INIT enumConstant
99 case LOAD: return loadedClass.medianLoadTimeMicros(); in medianExclusiveTimeMicros()
DRoot.java94 Operation.Type.LOAD); in indexClassOperation()
/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h31 LOAD, // ALLOC enumerator
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy400 { $$ = OutputSectDesc::LOAD; }
402 { $$ = OutputSectDesc::LOAD; }
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp77 m_Prolog.m_Type = OutputSectDesc::LOAD; in Output()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2394 OutputSectDesc::Type type = OutputSectDesc::LOAD; in placeOutputSections()