Searched defs:Init (Results 1 - 15 of 15) sorted by relevance

/art/runtime/
H A Dbarrier.cc39 void Barrier::Init(Thread* self, int count) { function in class:art::Barrier
H A Dlocks.cc35 void Locks::Init() { function in class:art::Locks
H A Dwell_known_classes.cc129 void WellKnownClasses::Init(JNIEnv* env) { function in class:art::WellKnownClasses
H A Ddex_file.cc265 if (!dex_file->Init()) {
279 bool DexFile::Init() { function in class:art::DexFile
1065 Init(code_item, offset);
1071 Init(code_item, try_item.handler_off_);
1074 void CatchHandlerIterator::Init(const DexFile::CodeItem& code_item, function in class:art::CatchHandlerIterator
1077 Init(DexFile::GetCatchHandlerData(code_item, offset));
1087 void CatchHandlerIterator::Init(const byte* handler_data) { function in class:art::CatchHandlerIterator
H A Dmonitor.cc113 void Monitor::Init(uint32_t lock_profiling_threshold, bool (*is_sensitive_thread_hook)()) { function in class:art::Monitor
H A Druntime.cc659 InitLogging(NULL); // Calls Locks::Init() as a side effect.
661 if (!instance_->Init(options, ignore_unrecognized)) {
829 bool Runtime::Init(const Options& raw_options, bool ignore_unrecognized) { function in class:art::Runtime
837 VLOG(startup) << "Runtime::Init -verbose:startup enabled";
841 Monitor::Init(options->lock_profiling_threshold_, options->hook_is_sensitive_thread_);
921 verifier::MethodVerifier::Init();
938 VLOG(startup) << "Runtime::Init exiting";
953 WellKnownClasses::Init(env);
H A Dcheck_jni.cc160 Init(flags, functionName, true);
169 Init(kFlag_Invocation, functionName, has_method);
666 void Init(int flags, const char* functionName, bool has_method) { function in class:art::ScopedCheck
H A Dthread.cc145 // after self->Init().
150 self->Init(runtime->GetThreadList(), runtime->GetJavaVM());
274 // Manually delete the global reference since Thread::Init will not have been run.
290 void Thread::Init(ThreadList* thread_list, JavaVMExt* java_vm) { function in class:art::Thread
331 self->Init(runtime->GetThreadList(), runtime->GetJavaVM());
1290 bool Init(int depth)
1366 if (!build_trace_visitor.Init(depth)) {
H A Dclass_linker.cc204 VLOG(startup) << "ClassLinker::Init";
748 bool Init(const std::string& filename) { function in class:art::ScopedFlock
807 if (!scoped_flock.Init(oat_location)) {
1218 dex_cache->Init(&dex_file,
/art/runtime/mirror/
H A Ddex_cache.cc34 void DexCache::Init(const DexFile* dex_file, function in class:art::mirror::DexCache
/art/compiler/
H A Delf_writer_mclinker.cc70 Init();
97 void ElfWriterMclinker::Init() { function in class:art::ElfWriterMclinker
/art/compiler/utils/x86/
H A Dassembler_x86.h140 Init(base, disp);
144 Init(base, disp.Int32Value());
149 Init(ESP, disp.Int32Value());
153 Init(base, disp.Int32Value());
156 void Init(Register base, int32_t disp) { function in class:art::x86::Address
/art/runtime/gc/accounting/
H A Datomic_stack.h39 mark_stack->Init();
131 Init();
165 void Init() { function in class:art::gc::accounting::AtomicStack
/art/runtime/gc/space/
H A Dimage_space.cc136 return space::ImageSpace::Init(original_image_file_name, false);
143 space::ImageSpace* image_space = space::ImageSpace::Init(image_file_name, true);
149 return space::ImageSpace::Init(image_file_name, true);
163 ImageSpace* ImageSpace::Init(const std::string& image_file_name, bool validate_oat_file) { function in class:art::gc::space::ImageSpace
169 LOG(INFO) << "ImageSpace::Init entering image_file_name=" << image_file_name;
241 LOG(INFO) << "ImageSpace::Init exiting (" << PrettyDuration(NanoTime() - start_time)
/art/runtime/verifier/
H A Dmethod_verifier.cc50 void PcToRegisterLineTable::Init(RegisterTrackingMode mode, InstructionFlags* flags, function in class:art::verifier::PcToRegisterLineTable
1030 reg_table_.Init(kTrackCompilerInterestPoints,
4232 void MethodVerifier::Init() { function in class:art::verifier::MethodVerifier
4260 art::verifier::RegTypeCache::Init();

Completed in 9705 milliseconds