HomeSort by relevance Sort by last modified time
    Searched defs:ResolveType (Results 1 - 4 of 4) sorted by null

  /external/skia/include/gpu/
GrRenderTarget.h 135 enum ResolveType {
140 virtual ResolveType getResolveType() const = 0;
  /art/runtime/
class_linker-inl.h 80 inline mirror::Class* ClassLinker::ResolveType(uint16_t type_idx, ArtMethod* referrer) {
88 resolved_type = ResolveType(dex_file, type_idx, dex_cache, class_loader);
95 inline mirror::Class* ClassLinker::ResolveType(uint16_t type_idx, ArtField* referrer) {
104 resolved_type = ResolveType(dex_file, type_idx, dex_cache, class_loader);
135 resolved_type = ResolveType(*dex_file, method.class_idx_, dex_cache, class_loader);
class_linker.cc 686 mirror::Class* resolved_type = ResolveType(dex_file, void_type_idx, java_lang_Object.Get());
    [all...]
  /external/vboot_reference/cgpt/
cgpt_common.c 656 int ResolveType(const Guid *type, char *buf) {
    [all...]

Completed in 142 milliseconds