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

  /external/skia/include/gpu/
GrRenderTarget.h 92 enum ResolveType {
97 virtual ResolveType getResolveType() const = 0;
  /external/skia/src/gpu/gl/
GrGLRenderTarget.h 50 ResolveType getResolveType() const override {
  /external/skia/src/gpu/mock/
GrMockTexture.h 64 ResolveType getResolveType() const override { return kCanResolve_ResolveType; }
  /external/skia/src/gpu/vk/
GrVkRenderTarget.h 61 ResolveType getResolveType() const override {
  /art/compiler/driver/
compiler_driver-inl.h 41 mirror::Class* cls = mUnit->GetClassLinker()->ResolveType(
compiler_driver.cc     [all...]
  /external/vboot_reference/cgpt/
cgpt.h 144 int ResolveType(const Guid *type, char *buf);
cgpt_show.c 112 if (!raw && CGPT_OK == ResolveType(&entry->type, type)) {
232 if (!params->numeric && CGPT_OK == ResolveType(&entry->type, type)) {
cgpt_common.c 656 int ResolveType(const Guid *type, char *buf) {
    [all...]
  /art/runtime/
class_linker-inl.h 76 inline mirror::Class* ClassLinker::ResolveType(dex::TypeIndex type_idx, ArtMethod* referrer) {
88 resolved_type = ResolveType(dex_file, type_idx, dex_cache, class_loader);
class_linker.h 251 mirror::Class* ResolveType(const DexFile& dex_file,
260 mirror::Class* ResolveType(dex::TypeIndex type_idx, ArtMethod* referrer)
280 mirror::Class* ResolveType(const DexFile& dex_file,
302 // in ResolveType. What is unique is the method type argument which
338 // in ResolveType. What is unique is the is_static argument which is
349 // in ResolveType. No is_static argument is provided so that Java
    [all...]
dex_file_annotations.cc 325 class_linker->ResolveType(klass.GetDexFile(),
455 element_object = Runtime::Current()->GetClassLinker()->ResolveType(
784 resolved_class = class_linker->ResolveType(
    [all...]
art_field-inl.h 305 // TODO: Refactor this function into two functions, ResolveType() and LookupType()
319 type = class_linker->ResolveType(*dex_file, field_id.type_idx_, declaring_class);
art_method-inl.h 165 type = class_linker->ResolveType(type_idx, this);
class_linker.cc     [all...]
art_method.cc 573 auto* type = cl->ResolveType(type_idx, this);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 251 klass = class_linker->ResolveType(type_idx, method);
503 mirror::Class* method_reference_class = class_linker->ResolveType(method_type_idx, referrer);
    [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 305 param.Assign(Runtime::Current()->GetClassLinker()->ResolveType(type_idx, method));
  /art/runtime/interpreter/
interpreter.cc 559 ObjPtr<mirror::Class> klass = class_linker->ResolveType(
interpreter_common.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/mirror/
class.cc     [all...]

Completed in 183 milliseconds