OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubLayout
(Results
1 - 18
of
18
) 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
{
ELFSectionProgBits.h
24
#include "
StubLayout
.h"
32
StubLayout
*stubs;
40
StubLayout
*getStubLayout() {
/external/llvm/include/llvm/Target/
TargetJITInfo.h
54
struct
StubLayout
{
59
virtual
StubLayout
getStubLayout() {
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.h
30
StubLayout
getStubLayout() override;
PPCJITInfo.cpp
363
TargetJITInfo::
StubLayout
PPCJITInfo::getStubLayout() {
368
StubLayout
Result = {10*4, 4};
/external/llvm/lib/Target/Sparc/
SparcJITInfo.h
41
StubLayout
getStubLayout() override;
SparcJITInfo.cpp
221
TargetJITInfo::
StubLayout
SparcJITInfo::getStubLayout() {
225
StubLayout
Result = { 4*4 + 8, 32 };
/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/lib/Target/Mips/
MipsJITInfo.h
44
StubLayout
getStubLayout() override;
MipsJITInfo.cpp
196
TargetJITInfo::
StubLayout
MipsJITInfo::getStubLayout() {
199
StubLayout
Result = { 4*4, 4 };
/external/llvm/lib/Target/X86/
X86JITInfo.h
46
StubLayout
getStubLayout() override;
X86JITInfo.cpp
466
TargetJITInfo::
StubLayout
X86JITInfo::getStubLayout() {
473
StubLayout
Result = {14, 4};
/frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionProgBits.hxx
21
#include "
StubLayout
.h"
43
StubLayout
*stubs = result->getStubLayout();
ELFObject.hxx
26
#include "
StubLayout
.h"
236
StubLayout
*stub_layout = text->getStubLayout();
562
StubLayout
*stub_layout = text->getStubLayout();
706
StubLayout
*stub_layout = text->getStubLayout();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
65
StubLayout
getStubLayout() override;
ARMJITInfo.cpp
153
TargetJITInfo::
StubLayout
ARMJITInfo::getStubLayout() {
156
StubLayout
Result = {16, 4};
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
527
TargetJITInfo::
StubLayout
SL = TheJIT->getJITInfo().getStubLayout();
590
TargetJITInfo::
StubLayout
SL = TheJIT->getJITInfo().getStubLayout();
[
all
...]
/frameworks/rs/
Android.mk
290
cpu_ref/linkloader/lib/
StubLayout
.cpp \
Completed in 296 milliseconds