OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextManager
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
ContextManager.h
30
class
ContextManager
{
45
static
ContextManager
TheContextManager;
54
ContextManager
();
57
static
ContextManager
&get() {
ContextManager.cpp
17
#include "
ContextManager
.h"
35
char * const
ContextManager
::ContextFixedAddr = BCC_CONTEXT_FIXED_ADDR_;
37
//
ContextManager
singleton object
38
ContextManager
ContextManager
::TheContextManager;
41
ContextManager
::
ContextManager
() {
48
char *
ContextManager
::allocateContext() {
94
char *
ContextManager
::allocateContext(char *addr,
145
void
ContextManager
::deallocateContext(char *addr)
[
all
...]
CacheReader.cpp
19
#include "
ContextManager
.h"
116
if (stfile.st_size < (off_t)
ContextManager
::ContextSize) {
407
ContextManager
::get().allocateContext(mpHeader->context_cached_addr,
427
for (size_t i = 0; i <
ContextManager
::ContextSize / sizeof(uint32_t); ++i) {
CacheWriter.cpp
19
#include "
ContextManager
.h"
370
for (size_t i = 0; i <
ContextManager
::ContextSize / sizeof(uint32_t); ++i) {
417
size_t context_size =
ContextManager
::ContextSize;
/frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.cpp
20
#include "ExecutionEngine/OldJIT/
ContextManager
.h"
36
const unsigned int MaxCodeSize =
ContextManager
::ContextCodeSize;
38
const unsigned int MaxGlobalVarSize =
ContextManager
::ContextDataSize;
47
mpCodeMem =
ContextManager
::get().allocateContext();
/frameworks/compile/libbcc/lib/ExecutionEngine/
Android.mk
36
OldJIT/
ContextManager
.cpp
ScriptCached.cpp
24
#include "OldJIT/
ContextManager
.h"
37
ContextManager
::get().deallocateContext(mContext);
ScriptCompiled.cpp
21
#include "OldJIT/
ContextManager
.h"
31
ContextManager
::get().deallocateContext(mContext);
Script.cpp
30
#include "OldJIT/
ContextManager
.h"
385
ContextManager
::get().isManagingContext(getContext()) &&
/prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar
Completed in 149 milliseconds