OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kdoublestackslot
(Results
1 - 4
of
4
) sorted by null
/art/compiler/optimizing/
locations.h
49
kDoubleStackSlot
= 3, // 64bit stack slot.
77
static_assert((
kDoubleStackSlot
& kLocationConstantMask) != kConstant, "TagError");
255
Location loc(
kDoubleStackSlot
, payload);
262
return GetKind() ==
kDoubleStackSlot
;
313
case
kDoubleStackSlot
: return "DS";
code_generator.cc
746
case Location::
kDoubleStackSlot
: {
[
all
...]
register_allocator.cc
[
all
...]
code_generator_arm64.cc
450
kind == Location::kStackSlot || kind == Location::
kDoubleStackSlot
);
[
all
...]
Completed in 851 milliseconds