OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VRegB_21h
(Results
1 - 7
of
7
) sorted by null
/art/runtime/
dex_instruction-inl.h
246
case k21h: return
VRegB_21h
();
287
inline uint16_t Instruction::
VRegB_21h
() const {
dex_instruction.cc
152
uint32_t value =
VRegB_21h
() << 16;
155
uint64_t value = static_cast<uint64_t>(
VRegB_21h
()) << 48;
dex_instruction.h
345
uint16_t
VRegB_21h
() const;
/art/compiler/optimizing/
builder.cc
492
HIntConstant* constant = GetIntConstant(instruction.
VRegB_21h
() << 16);
528
int64_t value = static_cast<int64_t>(instruction.
VRegB_21h
()) << 48;
/art/runtime/interpreter/
interpreter_goto_table_impl.cc
406
int32_t val = static_cast<int32_t>(inst->
VRegB_21h
() << 16);
432
static_cast<uint64_t>(inst->
VRegB_21h
()) << 48);
[
all
...]
interpreter_switch_impl.cc
319
int32_t val = static_cast<int32_t>(inst->
VRegB_21h
() << 16);
345
static_cast<uint64_t>(inst->
VRegB_21h
()) << 48);
[
all
...]
/art/runtime/verifier/
method_verifier.cc
[
all
...]
Completed in 336 milliseconds