HomeSort by relevance Sort by last modified time
    Searched refs:EnsureInitialized (Results 1 - 25 of 38) sorted by null

1 2

  /external/webrtc/webrtc/modules/audio_device/android/
ensure_initialized.h 14 void EnsureInitialized();
ensure_initialized.cc 40 void EnsureInitialized() {
audio_manager_unittest.cc 29 webrtc::audiodevicemodule::EnsureInitialized();
  /external/webrtc/webrtc/base/
ratetracker.h 55 void EnsureInitialized();
ratetracker.cc 109 EnsureInitialized();
133 void RateTracker::EnsureInitialized() {
  /external/v8/src/libplatform/
default-platform.cc 24 platform->EnsureInitialized();
98 void DefaultPlatform::EnsureInitialized() {
186 EnsureInitialized();
default-platform.h 40 void EnsureInitialized();
  /art/runtime/
transaction_test.cc 47 class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true);
53 class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true);
74 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true);
180 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true);
278 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true);
380 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true);
516 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true);
552 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true);
576 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true);
reference_table_test.cc 53 CHECK(class_linker->EnsureInitialized(self, h_ref_class, true, true));
runtime_callbacks_test.cc 309 ASSERT_TRUE(class_linker_->EnsureInitialized(Thread::Current(), h_Y, true, true));
class_linker_test.cc     [all...]
jni_internal.cc 214 static ObjPtr<mirror::Class> EnsureInitialized(Thread* self, ObjPtr<mirror::Class> klass)
221 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_klass, true, true)) {
230 ObjPtr<mirror::Class> c = EnsureInitialized(soa.Self(), soa.Decode<mirror::Class>(jni_class));
283 hs.NewHandle(EnsureInitialized(soa.Self(), soa.Decode<mirror::Class>(jni_class))));
686 ObjPtr<mirror::Class> c = EnsureInitialized(soa.Self(), soa.Decode<mirror::Class>(java_class));
712 ObjPtr<mirror::Class> c = EnsureInitialized(soa.Self(),
739 ObjPtr<mirror::Class> c = EnsureInitialized(soa.Self(),
    [all...]
runtime.cc 645 CHECK(cl->EnsureInitialized(soa.Self(), class_loader_class, true, true));
664 CHECK(cl->EnsureInitialized(soa.Self(), thread_class, true, true));
723 class_linker_->EnsureInitialized(soa.Self(), class_class, true, true);
725 class_linker_->EnsureInitialized(soa.Self(), field_class, true, true);
    [all...]
  /art/runtime/native/
java_lang_reflect_Constructor.cc 97 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(soa.Self(), c, true, true)) {
java_lang_Class.cc 56 // TODO: we could EnsureInitialized here, rather than on every reflective get/set or invoke .
102 class_linker->EnsureInitialized(soa.Self(), c, true, true);
739 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(
    [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc     [all...]
interpreter.cc 439 // Do this after populating the shadow frame in case EnsureInitialized causes a GC.
444 if (UNLIKELY(!class_linker->EnsureInitialized(self, h_class, true, true))) {
621 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized(
unstarted_runtime.cc 143 if (!class_linker->EnsureInitialized(self, h_class, true, true)) {
267 if (cl->EnsureInitialized(self, h_klass, true, true)) {
582 if (!runtime->GetClassLinker()->EnsureInitialized(self, h_class, true, true)) {
660 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, c, true, true)) {
    [all...]
interpreter_common.h 308 if (UNLIKELY(!class_linker->EnsureInitialized(self, h_class, true, true))) {
  /art/compiler/
exception_test.cc 53 class_linker_->EnsureInitialized(soa.Self(), klass, true, true);
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 133 // EnsureInitialized (the class initializer) might cause a GC.
142 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_klass, true, true)) {
162 // EnsureInitialized (the class initializer) might cause a GC.
171 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, h_class, true, true)) {
404 if (LIKELY(class_linker->EnsureInitialized(self, hs.NewHandle(fields_class), true, true))) {
    [all...]
  /art/runtime/mirror/
dex_cache_test.cc 130 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true);
  /external/brotli/enc/
encode.c 115 static BROTLI_BOOL EnsureInitialized(BrotliEncoderState* s);
118 if (!EnsureInitialized(s)) return 0;
646 static BROTLI_BOOL EnsureInitialized(BrotliEncoderState* s) {
784 if (!EnsureInitialized(s)) return;
841 if (!EnsureInitialized(s)) return;
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 256 milliseconds

1 2