OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kind_hi
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
stack.cc
351
VRegKind
kind_hi
,
356
success &= GetVRegFromDebuggerShadowFrame(vreg + 1,
kind_hi
, &high_32bits);
364
VRegKind
kind_hi
, uint64_t* val) const {
366
DCHECK_EQ(
kind_hi
, kLongHiVReg);
368
DCHECK_EQ(
kind_hi
, kDoubleHiVReg);
370
LOG(FATAL) << "Expected long or double: kind_lo=" << kind_lo << ",
kind_hi
=" <<
kind_hi
;
local
374
if (GetVRegPairFromDebuggerShadowFrame(vreg, kind_lo,
kind_hi
, val)) {
381
return GetVRegPairFromOptimizedCode(m, vreg, kind_lo,
kind_hi
, val);
390
VRegKind kind_lo, VRegKind
kind_hi
,
459
LOG(FATAL) << "Expected long or double: kind_lo=" << kind_lo << ",
kind_hi
=" <<
kind_hi
;
local
[
all
...]
stack.h
639
bool GetVRegPair(ArtMethod* m, uint16_t vreg, VRegKind kind_lo, VRegKind
kind_hi
,
654
VRegKind
kind_hi
)
801
bool GetVRegPairFromDebuggerShadowFrame(uint16_t vreg, VRegKind kind_lo, VRegKind
kind_hi
,
805
VRegKind kind_lo, VRegKind
kind_hi
,
Completed in 184 milliseconds