OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompiledCode
(Results
1 - 2
of
2
) 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
...]
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
{
Completed in 25 milliseconds