OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pool
(Results
176 - 200
of
1445
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/javassist/src/main/javassist/bytecode/
AnnotationDefaultAttribute.java
44
* ClassPool
pool
= ...
45
* CtClass cc =
pool
.get("Author");
74
* @param cp constant
pool
87
* @param cp constant
pool
ConstantAttribute.java
40
* @param cp a constant
pool
table.
63
* @param newCp the constant
pool
table used by the new copy.
SourceFileAttribute.java
40
* @param cp a constant
pool
table.
63
* @param newCp the constant
pool
table used by the new copy.
/external/jsilver/src/com/google/clearsilver/jsilver/data/
NativeStringInternStrategy.java
20
* Implementation of {@link StringInternStrategy} using Java String
Pool
and {@link String#intern()}
/external/llvm/test/CodeGen/ARM/
2011-10-18-DisableMovtSize.ll
4
; Check that when optimizing for size, a literal
pool
load is used
/external/llvm/test/CodeGen/X86/
constant-pool-sharing.ll
4
; llc should share constant
pool
entries between this integer vector
fp-in-intregs.ll
5
;
pool
loads, movd's etc.
fp-stack-O0.ll
12
; Copy constant-
pool
value.
/external/proguard/src/proguard/obfuscate/
NameAndTypeUsageMarker.java
32
* This ClassVisitor marks all NameAndType constant
pool
entries that are
45
// A visitor info flag to indicate the NameAndType constant
pool
entry is being used.
53
// Mark the NameAndType entries referenced by all other constant
pool
109
* Marks the given UTF-8 constant
pool
entry of the given class.
/external/webkit/Source/JavaScriptCore/parser/
ParserArena.cpp
105
char*
pool
= static_cast<char*>(fastMalloc(freeablePoolSize));
local
106
m_freeableMemory =
pool
;
107
m_freeablePoolEnd =
pool
+ freeablePoolSize;
108
ASSERT(freeablePool() ==
pool
);
/frameworks/base/cmds/system_server/
system_main.cpp
5
* puts the main thread into the thread
pool
so it can handle
/frameworks/base/core/java/android/util/
Pool.java
22
public interface
Pool
<T extends Poolable<T>> {
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_nicstar.h
25
/* get
pool
statistics */
/external/proguard/src/proguard/classfile/
LibraryClass.java
111
throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant
pool
");
116
throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant
pool
");
121
throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant
pool
");
126
throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant
pool
");
131
throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant
pool
");
136
throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant
pool
");
378
// This class doesn't keep references to its constant
pool
entries.
384
// This class doesn't keep references to its constant
pool
entries.
390
// This class doesn't keep references to its constant
pool
entries.
396
// This class doesn't keep references to its constant
pool
entries
[
all
...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
tokens.c
68
static char *idstr(const char *fstr, MemoryPool *
pool
)
75
if (!
pool
)
78
str = (char *) mem_Alloc(
pool
, len + 1);
94
static TokenBlock *lNewBlock(TokenStream *fTok, MemoryPool *
pool
)
98
if (!
pool
)
101
lBlock = (TokenBlock *) mem_Alloc(
pool
, sizeof(TokenBlock) + 256);
163
TokenStream *NewTokenStream(const char *name, MemoryPool *
pool
)
167
if (!
pool
)
170
pTok = (TokenStream*)mem_Alloc(
pool
, sizeof(TokenStream));
172
pTok->name = idstr(name,
pool
);
[
all
...]
/cts/tools/dx-tests/src/dxc/junit/opcodes/ldc2_w/
Test_ldc2_w.java
48
* @title constant
pool
index
61
* @title wrong constant
pool
entry type (float)
/cts/tools/dx-tests/src/dxc/junit/opcodes/ldc_w/
Test_ldc_w.java
50
* @title constant
pool
index
63
* @title wrong constant
pool
entry type
/dalvik/dexgen/src/com/android/dexgen/rop/
Member.java
61
* via the constant
pool
.
71
* @return {@code non-null;} the constant
pool
/external/apache-xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java
32
/** The global
pool
of string buffers. */
48
* Return a string buffer back to the
pool
.
/external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepository.java
40
* Returns whether or not the class
pool
is pruned.
94
* @param cl the classloader the
pool
is stored under.
/external/javassist/src/main/javassist/tools/
Dump.java
30
* <p>prints the contents of the constant
pool
and the list of methods
51
out.println("*** constant
pool
***");
framedump.java
42
ClassPool
pool
= ClassPool.getDefault();
local
43
CtClass clazz =
pool
.get(args[0]);
/external/llvm/lib/Support/
StringPool.cpp
1
//===-- StringPool.cpp - Interned string
pool
-----------------------------===//
31
S->getValue().
Pool
= this;
/external/llvm/lib/Target/Sparc/
README.txt
5
* Keep the address of the constant
pool
in a register instead of forming its
8
pool
addresses as well.
/external/proguard/src/proguard/classfile/attribute/
ExceptionsAttribute.java
69
* Applies the given constant
pool
visitor to all exception class
pool
info
Completed in 459 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>