OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:globalMap
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
MapLongVariableNames.h
48
MapLongVariableNames(LongNameMap*
globalMap
);
MapLongVariableNames.cpp
78
MapLongVariableNames::MapLongVariableNames(LongNameMap*
globalMap
)
80
ASSERT(
globalMap
);
81
mGlobalMap =
globalMap
;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ClassLoaderLocalMap.java
36
private static final Map<Object, Object>
globalMap
=
64
return
globalMap
.containsKey(key);
77
globalMap
.put(key, value);
88
return
globalMap
.get(key);
/dalvik/vm/compiler/codegen/x86/
LowerJump.cpp
30
LabelMap*
globalMap
;
105
otherwise, an entry is created in
globalMap
.
117
item->nextItem =
globalMap
;
118
globalMap
= item;
170
\brief search
globalMap
to find the entry for the given label
174
LabelMap* ptr =
globalMap
;
231
\brief free memory allocated for
globalMap
235
LabelMap* ptr =
globalMap
;
237
globalMap
= ptr->nextItem;
239
ptr =
globalMap
;
[
all
...]
Lower.cpp
340
globalMap
= NULL;
Lower.h
434
four label maps are defined:
globalMap
globalShortMap globalWorklist globalShortWorklist
435
globalMap
: global labels where codePtr points to the label
508
extern LabelMap*
globalMap
;
[
all
...]
Completed in 596 milliseconds