OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompiledCode
(Results
1 - 5
of
5
) sorted by null
/art/compiler/
compiled_method.cc
22
CompiledCode
::
CompiledCode
(CompilerDriver* compiler_driver, InstructionSet instruction_set,
28
CompiledCode
::
CompiledCode
(CompilerDriver* compiler_driver, InstructionSet instruction_set,
44
void
CompiledCode
::SetCode(const std::vector<uint8_t>& code) {
49
uint32_t
CompiledCode
::AlignCode(uint32_t offset) const {
53
uint32_t
CompiledCode
::AlignCode(uint32_t offset, InstructionSet instruction_set) {
68
size_t
CompiledCode
::CodeDelta() const {
84
const void*
CompiledCode
::CodePointer(const void* code_pointer,
104
const std::string&
CompiledCode
::GetSymbol() const
[
all
...]
elf_writer_mclinker.h
37
class
CompiledCode
;
64
void AddCompiledCodeInput(const
CompiledCode
& compiled_code);
72
const
CompiledCode
& compiled_code);
compiled_method.h
35
class
CompiledCode
{
38
CompiledCode
(CompilerDriver* compiler_driver, InstructionSet instruction_set,
42
CompiledCode
(CompilerDriver* compiler_driver, InstructionSet instruction_set,
55
bool operator==(const
CompiledCode
& rhs) const {
99
class CompiledMethod : public
CompiledCode
{
elf_writer_mclinker.cc
254
void ElfWriterMclinker::AddCompiledCodeInput(const
CompiledCode
& compiled_code) {
384
const
CompiledCode
& compiled_code) {
oat_writer.cc
184
offset =
CompiledCode
::AlignCode(offset, instruction_set); \
557
uint32_t aligned_offset =
CompiledCode
::AlignCode(relative_offset, instruction_set); \
[
all
...]
Completed in 37 milliseconds