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

  /frameworks/rs/cpu_ref/linkloader/include/
StubLayout.h 23 class StubLayout {
31 StubLayout();
32 virtual ~StubLayout() { }
45 class StubLayoutARM : public StubLayout {
54 class StubLayoutAARCH64 : public StubLayout {
63 class StubLayoutMIPS : public StubLayout {
72 class StubLayoutX86 : public StubLayout {
81 class StubLayoutX86_64 : public StubLayout {
  /frameworks/rs/cpu_ref/linkloader/lib/
StubLayout.cpp 17 #include "StubLayout.h"
26 StubLayout::StubLayout() : table(NULL), count(0) {
29 void StubLayout::initStubTable(unsigned char *table_, size_t count_) {
34 void *StubLayout::allocateStub(void *addr) {
60 size_t StubLayout::calcStubTableSize(size_t count) const {
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 54 struct StubLayout {
59 virtual StubLayout getStubLayout() {

Completed in 298 milliseconds