OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resolved_type
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
class_linker-inl.h
77
mirror::Class*
resolved_type
= referrer->GetDexCacheResolvedType(type_idx);
local
78
if (UNLIKELY(
resolved_type
== nullptr)) {
84
resolved_type
= ResolveType(dex_file, type_idx, dex_cache, class_loader);
88
return
resolved_type
;
94
mirror::Class*
resolved_type
= dex_cache_ptr->GetResolvedType(type_idx);
local
95
if (UNLIKELY(
resolved_type
== NULL)) {
100
resolved_type
= ResolveType(dex_file, type_idx, dex_cache, class_loader);
104
return
resolved_type
;
/external/lldb/source/Symbol/
Type.cpp
68
Type *
resolved_type
= m_symbol_file.ResolveTypeUID (GetID());
local
69
if (
resolved_type
)
70
m_type_sp =
resolved_type
->shared_from_this();
/external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp
4839
Type *
resolved_type
= ResolveType (type_cu, type_die, false);
local
5115
Type *
resolved_type
= ResolveType (type_cu, type_die, false);
local
5284
Type *
resolved_type
= ResolveType (type_cu, type_die, false);
local
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java
80
private static final String ATTR_RESOLVEDTYPE = "
resolved_type
";
[
all
...]
Completed in 1023 milliseconds