Searched defs:StubLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/linkloader/include/
H A DStubLayout.h23 class StubLayout { class
31 StubLayout();
32 virtual ~StubLayout() { }
45 class StubLayoutARM : public StubLayout {
54 class StubLayoutMIPS : public StubLayout {
/frameworks/compile/linkloader/lib/
H A DStubLayout.cpp17 #include "StubLayout.h"
27 StubLayout::StubLayout() : table(NULL), count(0) { function in class:StubLayout
30 void StubLayout::initStubTable(unsigned char *table_, size_t count_) {
35 void *StubLayout::allocateStub(void *addr) {
61 size_t StubLayout::calcStubTableSize(size_t count) const {

Completed in 104 milliseconds