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

  /art/runtime/gc/
heap-visit-objects-inl.h 115 mirror::Class* kls = nullptr; local
116 if (obj != nullptr && (kls = obj->GetClass()) != nullptr) {
137 mirror::Class* klsClass = kls->GetClass();
148 DCHECK(kls->GetClass() != nullptr)
150 DCHECK_EQ(kls->GetClass()->GetClass(), kls->GetClass())
  /art/tools/veridex/
resolver.cc 122 VeridexResolver* VeridexResolver::GetResolverOf(const VeriClass& kls) const {
123 auto resolver_it = dex_resolvers_.lower_bound(reinterpret_cast<uintptr_t>(kls.GetClassDef()));
129 reinterpret_cast<uintptr_t>(kls.GetClassDef()));
131 reinterpret_cast<uintptr_t>(kls.GetClassDef()));
135 VeriMethod VeridexResolver::LookupMethodIn(const VeriClass& kls,
138 if (kls.IsPrimitive()) {
142 if (kls.IsArray()) {
146 // Get the resolver where `kls` is from.
147 VeridexResolver* resolver = GetResolverOf(kls);
149 // Look at methods declared in `kls`
285 VeriClass* kls = GetVeriClass(method_id.class_idx_); local
303 VeriClass* kls = GetVeriClass(field_id.class_idx_); local
    [all...]
  /art/runtime/
subtype_check_test.cc 168 const MockClass* kls = this; local
169 while (kls != nullptr) {
170 if (kls == target) {
173 kls = kls->GetSuperClass();
204 std::ostream& operator<<(std::ostream& os, const MockClass& kls) {
205 SubtypeCheckBits iod = kls.subtype_check_info_and_status_.subtype_check_info_;
206 os << "MClass{D:" << kls.Depth() << ",W:" << kls.x_
210 << ", mock_path: " << kls.path_to_root
318 MockClass* kls = new MockClass(parent, x, y); local
581 ss_ << "{Self}: " << *kls; local
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 211 jclass kls = kCriticalDummyJniClass; local
212 return fn(env, kls, args...);
490 static void expectValidJniEnvAndClass(JNIEnv* env, jclass kls) {
493 ASSERT_TRUE(kls != nullptr);
495 static_cast<jobject>(kls)));
499 EXPECT_EQ(kls, kCriticalDummyJniClass);
508 #define EXPECT_JNI_ENV_AND_CLASS_FOR_CURRENT_JNI(env, kls) expectValidJniEnvAndClass(env, kls)
583 struct make_jni_test_decorator<R(JNIEnv*, jclass kls, Args...), fn> {
584 static R apply(JNIEnv* env, jclass kls, Args ... args)
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 825 milliseconds