OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outer_method
(Results
1 - 2
of
2
) sorted by null
/art/runtime/entrypoints/
entrypoint_utils.h
187
ArtMethod*
outer_method
;
member in struct:art::CallerAndOuterMethod
entrypoint_utils.cc
189
ArtMethod*
outer_method
= *caller_sp;
local
190
return std::make_pair(
outer_method
, caller_pc);
193
static inline ArtMethod* DoGetCalleeSaveMethodCaller(ArtMethod*
outer_method
,
197
ArtMethod* caller =
outer_method
;
199
if (
outer_method
!= nullptr) {
200
const OatQuickMethodHeader* current_code =
outer_method
->GetOatQuickMethodHeader(caller_pc);
211
caller = GetResolvedMethod(
outer_method
,
241
ArtMethod*
outer_method
= outer_caller_and_pc.first;
local
243
ArtMethod* caller = DoGetCalleeSaveMethodCaller(
outer_method
, caller_pc, do_caller_check);
253
result.
outer_method
= outer_caller_and_pc.first
[
all
...]
Completed in 78 milliseconds