OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCalleeSaveMethod
(Results
1 - 9
of
9
) sorted by null
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc
51
r->
SetCalleeSaveMethod
(save_method, type);
/art/compiler/
exception_test.cc
172
r->
SetCalleeSaveMethod
(save_method, Runtime::kSaveAll);
common_compiler_test.cc
164
runtime_->
SetCalleeSaveMethod
(runtime_->CreateCalleeSaveMethod(), type);
/art/runtime/arch/
arch_test.cc
51
runtime->
SetCalleeSaveMethod
(save_method, type);
stub_test.cc
46
runtime_->
SetCalleeSaveMethod
(runtime_->CreateCalleeSaveMethod(), type);
[
all
...]
/art/runtime/gc/space/
image_space.cc
[
all
...]
/art/runtime/
runtime.h
428
void
SetCalleeSaveMethod
(ArtMethod* method, CalleeSaveType type);
runtime.cc
[
all
...]
/art/dex2oat/
dex2oat.cc
[
all
...]
Completed in 946 milliseconds