OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:topIndex
(Results
1 - 25
of
25
) sorted by null
/art/runtime/
indirect_reference_table.cc
81
size_t
topIndex
= segment_state_.parts.
topIndex
;
90
if (
topIndex
== alloc_entries_) {
92
if (
topIndex
== max_entries_) {
127
DCHECK_GT(
topIndex
, 1U);
129
const mirror::Object** pScan = &table_[
topIndex
- 1];
132
DCHECK_GE(pScan, table_ + prevState.parts.
topIndex
);
140
UpdateSlotAdd(obj,
topIndex
);
141
result = ToIndirectRef(obj,
topIndex
);
142
table_[
topIndex
++] = obj
[
all
...]
indirect_reference_table.h
157
* also removed. Thus, deletion of an entry may reduce "
topIndex
" by more
202
uint32_t
topIndex
:16; /* index of first unused entry */
299
return segment_state_.parts.
topIndex
;
/dalvik/vm/
IndirectRefTable.cpp
65
size_t
topIndex
= segmentState.parts.
topIndex
;
82
assert(
topIndex
> 1);
84
* we know the item at the
topIndex
is not a hole */
85
slot = &table_[
topIndex
- 1];
88
assert(slot >= table_ + prevState.parts.
topIndex
);
93
if (
topIndex
== alloc_entries_) {
95
if (
topIndex
== max_entries_) {
123
slot = &table_[
topIndex
++];
124
segmentState.parts.
topIndex
= topIndex
[
all
...]
IndirectRefTable.h
145
* also removed. Thus, deletion of an entry may reduce "
topIndex
" by more
197
u4
topIndex
:16; /* index of first unused entry */
335
return segmentState.parts.
topIndex
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/devtools/tools/lib/
ddmuilib.jar
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
Completed in 209 milliseconds