OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlignCode
(Results
1 - 3
of
3
) sorted by null
/art/compiler/
compiled_method.h
62
uint32_t
AlignCode
(uint32_t offset) const;
63
static uint32_t
AlignCode
(uint32_t offset, InstructionSet instruction_set);
compiled_method.cc
49
uint32_t CompiledCode::
AlignCode
(uint32_t offset) const {
50
return
AlignCode
(offset, instruction_set_);
53
uint32_t CompiledCode::
AlignCode
(uint32_t offset, InstructionSet instruction_set) {
oat_writer.cc
184
offset = CompiledCode::
AlignCode
(offset, instruction_set); \
303
offset = compiled_method->
AlignCode
(offset);
557
uint32_t aligned_offset = CompiledCode::
AlignCode
(relative_offset, instruction_set); \
676
uint32_t aligned_offset = compiled_method->
AlignCode
(relative_offset);
[
all
...]
Completed in 473 milliseconds