OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCalleeSaveMethod
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/space/
image_space.cc
218
runtime->
SetCalleeSaveMethod
(down_cast<mirror::ArtMethod*>(callee_save_method), Runtime::kSaveAll);
220
runtime->
SetCalleeSaveMethod
(down_cast<mirror::ArtMethod*>(callee_save_method), Runtime::kRefsOnly);
222
runtime->
SetCalleeSaveMethod
(down_cast<mirror::ArtMethod*>(callee_save_method), Runtime::kRefsAndArgs);
/art/runtime/
runtime.h
359
void
SetCalleeSaveMethod
(mirror::ArtMethod* method, CalleeSaveType type);
common_test.h
340
runtime_->
SetCalleeSaveMethod
(
runtime.cc
[
all
...]
/art/dex2oat/
dex2oat.cc
352
runtime->
SetCalleeSaveMethod
(runtime->CreateCalleeSaveMethod(instruction_set, type), type);
[
all
...]
Completed in 66 milliseconds