OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAdjustedFpMarker
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
vmap_table.h
30
static constexpr uint16_t
kAdjustedFpMarker
= static_cast<uint16_t>(0xffffu + kEntryAdjustment);
81
if (adjusted_entry ==
kAdjustedFpMarker
) {
103
while (DecodeUnsignedLeb128(&table) !=
kAdjustedFpMarker
) {
/art/compiler/optimizing/
code_generator.cc
366
vmap_encoder.PushBackUnsigned(VmapTable::
kAdjustedFpMarker
);
/art/compiler/dex/quick/
codegen_util.cc
[
all
...]
Completed in 61 milliseconds