OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startAddress
(Results
1 - 13
of
13
) sorted by null
/dalvik/dx/src/com/android/dx/io/
Code.java
68
final int
startAddress
;
72
Try(int
startAddress
, int instructionCount, int handlerOffset) {
73
this.
startAddress
=
startAddress
;
79
return
startAddress
;
/dalvik/libdex/
DexDebugInfo.cpp
116
u2
startAddress
;
124
localCb(cnxt, reg, localInReg[reg].
startAddress
, endAddress,
169
localInReg[argReg].
startAddress
= 0;
206
localInReg[reg].
startAddress
= address;
247
localInReg[reg].
startAddress
= address;
280
localInReg[reg].
startAddress
= address;
/external/llvm/include/llvm/Support/
Win64EH.h
63
uint64_t
startAddress
;
/external/quake/quake/src/QW/client/
cd_win.c
248
int
startAddress
;
cd_audio.c
624
int
startAddress
;
625
startAddress
= 0;
717
ret = CDAudio_GetAudioTrackInfo (n, &
startAddress
);
718
Con_Printf("Track %2u: %s at %2u:%02u\n", n, ret ? "data " : "music", (
startAddress
>> 16) & 0xff, (
startAddress
>> 8) & 0xff);
/external/quake/quake/src/WinQuake/
cd_win.cpp
248
int
startAddress
;
cd_audio.cpp
628
int
startAddress
;
726
ret = CDAudio_GetAudioTrackInfo (n, &
startAddress
);
727
Con_Printf("Track %2u: %s at %2u:%02u\n", n, ret ? "data " : "music", (
startAddress
>> 16) & 0xff, (
startAddress
>> 8) & 0xff);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java
281
CodeAddress
startAddress
= addresses.getLast(start);
286
return new CatchTable.Entry(
startAddress
.getAddress(),
311
int
startAddress
= addresses.getLast(start).getAddress();
314
return (endAddress -
startAddress
) <= MAX_CATCH_RANGE;
RopTranslator.java
241
CodeAddress
startAddress
= addresses.getStart(block);
242
output.add(
startAddress
);
247
output.add(new LocalSnapshot(
startAddress
.getPosition(),
/dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java
281
CodeAddress
startAddress
= addresses.getLast(start);
286
return new CatchTable.Entry(
startAddress
.getAddress(),
311
int
startAddress
= addresses.getLast(start).getAddress();
314
return (endAddress -
startAddress
) <= MAX_CATCH_RANGE;
RopTranslator.java
248
CodeAddress
startAddress
= addresses.getStart(block);
249
output.add(
startAddress
);
254
output.add(new LocalSnapshot(
startAddress
.getPosition(),
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleNativeHeap.java
212
long
startAddress
= buffer.getInt() & 0x00000000ffffffffL;
218
// Log.e("ddm-nativeheap", "
startAddress
: 0x" + Long.toHexString(
startAddress
));
222
// Long.toHexString(
startAddress
+ unitsize * allocationUnitCount));
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 160 milliseconds