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

  /frameworks/compile/linkloader/lib/
StubLayout.cpp 17 #include "StubLayout.h"
30 StubLayout::StubLayout() : table(NULL), count(0) {
33 void StubLayout::initStubTable(unsigned char *table_, size_t count_) {
38 void *StubLayout::allocateStub(void *addr) {
60 void StubLayout::setStubAddress(void *stub_, void *addr) {
73 size_t StubLayout::calcStubTableSize(size_t count) const {
  /frameworks/compile/linkloader/include/
StubLayout.h 22 class StubLayout {
28 StubLayout();
ELFSectionProgBits.h 24 #include "StubLayout.h"
33 StubLayout stubs;
43 StubLayout *getStubLayout() {
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 53 struct StubLayout {
58 virtual StubLayout getStubLayout() {
60 StubLayout Result = {0, 0};
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 33 virtual StubLayout getStubLayout();
PPCJITInfo.cpp 349 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() {
354 StubLayout Result = {10*4, 4};
  /frameworks/compile/linkloader/tests/
stub-test.cpp 20 #include "StubLayout.h"
31 StubLayout stubs;
  /external/llvm/lib/Target/X86/
X86JITInfo.h 48 virtual StubLayout getStubLayout();
X86JITInfo.cpp 460 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() {
467 StubLayout Result = {14, 4};
  /frameworks/compile/linkloader/
Android.mk 37 lib/StubLayout.cpp \
71 lib/StubLayout.cpp \
163 lib/StubLayout.cpp \
197 lib/StubLayout.cpp \
  /frameworks/compile/linkloader/include/impl/
ELFSectionProgBits.hxx 21 #include "StubLayout.h"
48 StubLayout *stubs = result->getStubLayout();
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 66 virtual StubLayout getStubLayout();
ARMJITInfo.cpp 153 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() {
156 StubLayout Result = {16, 4};
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 547 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
610 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 948 llvm::TargetJITInfo::StubLayout SL = mpTJI->getStubLayout();
    [all...]

Completed in 99 milliseconds