OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomIndex
(Results
1 - 10
of
10
) sorted by null
/dalvik/vm/
IndirectRefTable.cpp
186
static int findObject(const Object* obj, int
bottomIndex
, int topIndex,
188
for (int i =
bottomIndex
; i < topIndex; ++i) {
218
u4
bottomIndex
= prevState.parts.topIndex;
228
if (index <
bottomIndex
) {
231
index,
bottomIndex
, topIndex);
237
index,
bottomIndex
, topIndex);
253
int i = findObject(reinterpret_cast<Object*>(iref),
bottomIndex
, topIndex, table_);
268
while (--topIndex >
bottomIndex
&& numHoles != 0) {
/art/runtime/
indirect_reference_table.cc
197
static int Find(mirror::Object* direct_pointer, int
bottomIndex
, int topIndex, const mirror::Object** table) {
198
for (int i =
bottomIndex
; i < topIndex; ++i) {
222
int
bottomIndex
= prevState.parts.topIndex;
238
idx = Find(direct_pointer,
bottomIndex
, topIndex, table_);
245
if (idx <
bottomIndex
) {
248
<< " vs " <<
bottomIndex
<< "-" << topIndex << ")";
254
<< " (bottom=" <<
bottomIndex
<< " top=" << topIndex << ")";
268
while (--topIndex >
bottomIndex
&& numHoles != 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 263 milliseconds