Searched refs:CodePointer (Results 1 – 3 of 3) sorted by relevance
78 const void* CompiledCode::CodePointer(const void* code_pointer, InstructionSet instruction_set) { in CodePointer() function in art::CompiledCode
69 static const void* CodePointer(const void* code_pointer, InstructionSet instruction_set);
158 CompiledMethod::CodePointer(code_ptr, compiled_method->GetInstructionSet()); in MakeExecutable()