OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callee_save
(Results
1 - 2
of
2
) sorted by null
/art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc
50
mirror::ArtMethod*
callee_save
= Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsOnly);
local
51
*sp =
callee_save
;
53
callee_save
->GetReturnPcOffsetInBytes());
quick_field_entrypoints.cc
236
mirror::ArtMethod*
callee_save
= Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsOnly);
local
238
sp[
callee_save
->GetFrameSizeInBytes() / sizeof(mirror::ArtMethod*)];
245
*sp =
callee_save
;
Completed in 267 milliseconds