OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextSlot
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp
313
int
nextSlot
= 0;
347
prevInstList[
nextSlot
++] = checkLIR;
362
prevInstList[
nextSlot
++] = checkLIR;
363
if (
nextSlot
== MAX_HOIST_DISTANCE) break;
378
if (stopHere == false &&
nextSlot
< MAX_HOIST_DISTANCE) {
379
prevInstList[
nextSlot
++] = headLIR;
386
if (
nextSlot
>= 2) {
387
int firstSlot =
nextSlot
- 2;
389
ArmLIR *depLIR = prevInstList[
nextSlot
-1];
/external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp
40
SkTScopedPtr<SkAdvancedTypefaceMetrics::AdvanceMetric<Data> >*
nextSlot
,
42
nextSlot
->reset(new SkAdvancedTypefaceMetrics::AdvanceMetric<Data>);
43
resetRange(
nextSlot
->get(), startId);
44
return
nextSlot
->get();
159
SkTScopedPtr<SkAdvancedTypefaceMetrics::WidthRange >*
nextSlot
,
171
nextSlot
,
/external/skia/include/core/
SkAdvancedTypefaceMetrics.h
132
SkTScopedPtr<SkAdvancedTypefaceMetrics::AdvanceMetric<Data> >*
nextSlot
,
Completed in 35 milliseconds