OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ori_func
(Results
1 - 2
of
2
) sorted by null
/art/compiler/llvm/
runtime_support_builder_x86.cc
45
Function*
ori_func
= GetRuntimeSupportFunction(runtime_support::GetCurrentThread);
local
47
InlineAsm* func = InlineAsm::get(
ori_func
->getFunctionType(), inline_asm, "=r", false);
runtime_support_builder_arm.cc
63
Function*
ori_func
= GetRuntimeSupportFunction(runtime_support::GetCurrentThread);
local
64
InlineAsm* func = InlineAsm::get(
ori_func
->getFunctionType(), "mov $0, r9", "=r", false);
106
Function*
ori_func
= GetRuntimeSupportFunction(runtime_support::GetCurrentThread);
local
107
InlineAsm* func = InlineAsm::get(
ori_func
->getFunctionType(), "mov $0, r9", "=r", true);
Completed in 176 milliseconds