OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vB_wide
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
dex_instruction-inl.h
364
uint64_t
vB_wide
= Fetch32(1) | ((uint64_t) Fetch32(3) << 32);
365
return
vB_wide
;
/dalvik/libdex/
InstrUtils.h
132
u8
vB_wide
; /* for kFmt51l */
/art/compiler/dex/
mir_graph.h
277
uint64_t
vB_wide
; /* for k51l */
282
explicit DecodedInstruction():vA(0), vB(0),
vB_wide
(0), vC(0), opcode(Instruction::NOP) {
[
all
...]
Completed in 391 milliseconds