OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topIndex
(Results
1 - 12
of
12
) sorted by null
/art/runtime/
indirect_reference_table.cc
90
size_t
topIndex
= segment_state_.parts.
topIndex
;
97
if (
topIndex
== max_entries_) {
110
DCHECK_GT(
topIndex
, 1U);
112
IrtEntry* pScan = &table_[
topIndex
- 1];
116
DCHECK_GE(pScan, table_ + prevState.parts.
topIndex
);
123
index =
topIndex
++;
124
segment_state_.parts.
topIndex
=
topIndex
;
129
LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.parts.
topIndex
[
all
...]
indirect_reference_table-inl.h
41
const int
topIndex
= segment_state_.parts.
topIndex
;
43
if (UNLIKELY(idx >=
topIndex
)) {
45
<< iref << " (index " << idx << " in a table of size " <<
topIndex
<< ")";
indirect_reference_table.h
154
* also removed. Thus, deletion of an entry may reduce "
topIndex
" by more
194
uint32_t
topIndex
:16; /* index of first unused entry */
323
return segment_state_.parts.
topIndex
;
/external/libcxxabi/src/Unwind/
UnwindCursor.hpp
897
const UnwindSectionIndexArray<A>
topIndex
(_addressSpace,
906
//mid, low, high,
topIndex
.functionOffset(mid));
907
if (
topIndex
.functionOffset(mid) <= targetFunctionOffset) {
909
(
topIndex
.functionOffset(mid + 1) > targetFunctionOffset)) {
919
const uint32_t firstLevelFunctionOffset =
topIndex
.functionOffset(low);
921
topIndex
.functionOffset(low + 1);
923
sects.compact_unwind_section +
topIndex
.secondLevelPagesSectionOffset(low);
925
sects.compact_unwind_section +
topIndex
.lsdaIndexArraySectionOffset(low);
927
sects.compact_unwind_section +
topIndex
.lsdaIndexArraySectionOffset(low+1);
[
all
...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js
644
var
topIndex
= 1;
646
while (
topIndex
< n && rects[
topIndex
].top < topMiddle) {
647
topRect = this.union_(topRect, rects[
topIndex
]);
649
topIndex
++;
652
if (
topIndex
== n) {
690
if (
topIndex
> bottomIndex) {
696
middleRect = rects[
topIndex
];
697
var middleIndex =
topIndex
+ 1;
[
all
...]
/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.jface.databinding_1.4.0.I20100601-0800.jar
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_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
Completed in 2133 milliseconds