OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVRegLong
(Results
1 - 6
of
6
) sorted by null
/art/runtime/interpreter/
interpreter_goto_table_impl.cc
190
shadow_frame.
GetVRegLong
(inst->VRegB_12x(inst_data)));
196
shadow_frame.
GetVRegLong
(inst->VRegB_22x()));
202
shadow_frame.
GetVRegLong
(inst->VRegB_32x()));
313
result.SetJ(shadow_frame.
GetVRegLong
(inst->VRegA_11x(inst_data)));
760
int64_t val1 = shadow_frame.
GetVRegLong
(inst->VRegB_23x());
761
int64_t val2 = shadow_frame.
GetVRegLong
(inst->VRegC_23x());
[
all
...]
interpreter_switch_impl.cc
117
shadow_frame.
GetVRegLong
(inst->VRegB_12x(inst_data)));
123
shadow_frame.
GetVRegLong
(inst->VRegB_22x()));
129
shadow_frame.
GetVRegLong
(inst->VRegB_32x()));
230
result.SetJ(shadow_frame.
GetVRegLong
(inst->VRegA_11x(inst_data)));
670
int64_t val1 = shadow_frame.
GetVRegLong
(inst->VRegB_23x());
671
int64_t val2 = shadow_frame.
GetVRegLong
(inst->VRegC_23x());
[
all
...]
interpreter_common.cc
191
field_value.SetJ(shadow_frame.
GetVRegLong
(vreg));
255
f->SetLong<transaction_active>(obj, shadow_frame.
GetVRegLong
(vregA));
353
obj->SetField64<transaction_active>(field_offset, shadow_frame.
GetVRegLong
(vregA));
[
all
...]
/art/runtime/
stack.h
201
int64_t
GetVRegLong
(size_t i) const {
reflection.cc
201
AppendWide(shadow_frame->
GetVRegLong
(cur_arg));
stack.cc
250
*val = cur_shadow_frame_->
GetVRegLong
(vreg);
Completed in 387 milliseconds