Home
last modified time | relevance | path

Searched defs:objEnd (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/src/base/
H A DSkArenaAlloc.cpp46 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(uint32_t)); in SkipPod() local
65 char* objEnd = footerEnd - (sizeof(char*) + sizeof(Footer)); in NextBlock() local
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffers.kt584 val objEnd = end + index * byteWidth in toString() constant
731 val objEnd = end + index * byteWidth in toString() constant
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp184 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in getEntrySections() local
328 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in stripSections() local
DIdenticalCodeFolding.cpp120 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in findCandidates() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp339 Module::obj_iterator obj, objEnd = m_pModule->obj_end(); in mergeSections() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2043 Module::const_obj_iterator obj, objEnd = pModule.obj_end(); in setupGNUStackInfo() local