OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_pc
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/qtools/
exc_dump.cpp
18
uint32_t pc,
target_pc
;
local
21
if (trace->ReadExc(&time, &pc, &recnum, &
target_pc
, &bb_num,
25
time, recnum, pc,
target_pc
, bb_num, bb_start_time, num_insns);
trace_reader.cpp
388
uint32_t *
target_pc
, uint64_t *bb_num,
407
*
target_pc
= decoder_->Decode(false);
1155
uint32_t current_pc,
target_pc
;
local
[
all
...]
/external/v8/src/arm/
assembler-arm-inl.h
218
Address
target_pc
= pc;
local
219
Instr instr = Memory::int32_at(
target_pc
);
225
target_pc
-= kInstrSize;
226
instr = Memory::int32_at(
target_pc
);
235
return
target_pc
+ offset + 8;
assembler-thumb2-inl.h
218
Address
target_pc
= pc;
local
219
Instr instr = Memory::int32_at(
target_pc
);
225
target_pc
-= kInstrSize;
226
instr = Memory::int32_at(
target_pc
);
235
return
target_pc
+ offset + 8;
/system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp
168
uint32_t*
target_pc
= mLabels.valueFor(bt.label);
local
169
LOG_ALWAYS_FATAL_IF(!
target_pc
,
170
"error resolving branch targets,
target_pc
is null");
171
int32_t offset = int32_t(
target_pc
- (bt.pc+2));
Completed in 187 milliseconds