Searched refs:code_pointer (Results 1 – 2 of 2) sorted by relevance
78 const void* CompiledCode::CodePointer(const void* code_pointer, InstructionSet instruction_set) { in CodePointer() argument84 return code_pointer; in CodePointer()86 uintptr_t address = reinterpret_cast<uintptr_t>(code_pointer); in CodePointer()
69 static const void* CodePointer(const void* code_pointer, InstructionSet instruction_set);