HomeSort by relevance Sort by last modified time
    Searched refs:IsInterface (Results 51 - 75 of 97) sorted by null

1 23 4

  /art/runtime/openjdkjvmti/
ti_class.cc     [all...]
OpenjdkJvmTi.cc 731 static jvmtiError IsInterface(jvmtiEnv* env, jclass klass, jboolean* is_interface_ptr) {
733 return ClassUtil::IsInterface(env, klass, is_interface_ptr);
    [all...]
ti_heap.cc 219 obj->AsClass()->IsInterface(),
432 DCHECK(inf_klass->IsInterface());
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
assignments.go 38 if T == nil || IsInterface(T) {
call.go 407 if _, ok := typ.(*Pointer); !ok && !IsInterface(typ) {
  /prebuilts/go/linux-x86/src/go/types/
assignments.go 38 if T == nil || IsInterface(T) {
call.go 407 if _, ok := typ.(*Pointer); !ok && !IsInterface(typ) {
  /art/runtime/verifier/
method_verifier.cc     [all...]
reg_type_cache.cc 199 DCHECK(!klass->IsInterface());
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go 910 if !n.Left.Type.IsInterface() && n.Esc == EscNone && n.Left.Type.Width <= 1024 {
932 if n.Type.IsEmptyInterface() && n.Left.Type.IsInterface() && !n.Left.Type.IsEmptyInterface() {
956 if !n.Left.Type.IsInterface() {
960 if n.Left.Type.IsInterface() {
967 if n.Left.Type.IsInterface() {
    [all...]
sinit.go 492 if val.Type.IsInterface() {
673 if val.Type.IsInterface() {
type.go 1173 func (t *Type) IsInterface() bool {
1179 return t.IsInterface() && t.NumFields() == 0
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 910 if !n.Left.Type.IsInterface() && n.Esc == EscNone && n.Left.Type.Width <= 1024 {
932 if n.Type.IsEmptyInterface() && n.Left.Type.IsInterface() && !n.Left.Type.IsEmptyInterface() {
956 if !n.Left.Type.IsInterface() {
960 if n.Left.Type.IsInterface() {
967 if n.Left.Type.IsInterface() {
    [all...]
sinit.go 492 if val.Type.IsInterface() {
673 if val.Type.IsInterface() {
type.go 1173 func (t *Type) IsInterface() bool {
1179 return t.IsInterface() && t.NumFields() == 0
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 319 } else if (type->IsInterface()) {
  /art/compiler/
oat_test.cc 472 if (!klass->IsInterface()) {
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 392 ArtMethod* method = klass->IsInterface()
  /art/compiler/optimizing/
instruction_simplifier.cc 496 } else if (!class_rti.IsInterface()
497 && !obj_rti.IsInterface()
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 413 if types.IsInterface(t0) {
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
bimport.go 413 if types.IsInterface(t0) {

Completed in 912 milliseconds

1 23 4