Searched refs:Init (Results 1 - 25 of 59) sorted by relevance

123

/art/runtime/base/
H A Dscoped_flock.h39 bool Init(const char* filename, std::string* error_msg);
43 bool Init(File* file, std::string* error_msg);
H A Dscoped_flock_test.cc34 ASSERT_TRUE(file_lock.Init(scratch_file.GetFilename().c_str(),
37 ASSERT_FALSE(file_lock.Init("/guaranteed/not/to/exist", &error_msg));
H A Dscoped_flock.cc28 bool ScopedFlock::Init(const char* filename, std::string* error_msg) { function in class:art::ScopedFlock
64 bool ScopedFlock::Init(File* file, std::string* error_msg) { function in class:art::ScopedFlock
H A Dlogging.cc63 Locks::Init();
/art/runtime/mirror/
H A Dstack_trace_element.cc49 trace->Init<true>(declaring_class, method_name, file_name, line_number);
51 trace->Init<false>(declaring_class, method_name, file_name, line_number);
58 void StackTraceElement::Init(Handle<String> declaring_class, Handle<String> method_name, function in class:art::mirror::StackTraceElement
H A Ddex_cache.cc34 void DexCache::Init(const DexFile* dex_file, function in class:art::mirror::DexCache
H A Dstack_trace_element.h72 void Init(Handle<String> declaring_class, Handle<String> method_name, Handle<String> file_name,
H A Ddex_cache.h48 void Init(const DexFile* dex_file,
/art/runtime/
H A Dbarrier.h61 void Init(Thread* self, int count);
H A Ddex_instruction_visitor_test.cc28 TEST(InstructionTest, Init) {
H A Dbarrier.cc39 void Barrier::Init(Thread* self, int count) { function in class:art::Barrier
H A Dbarrier_test.cc84 timeout_barrier.Init(self, 0); // Reset to zero for destruction.
H A Dfault_handler.h41 void Init();
H A Dmem_map.h141 static void Init() LOCKS_EXCLUDED(Locks::mem_maps_lock_);
H A Dwell_known_classes.h36 static void Init(JNIEnv* env); // Run before native methods are registered.
H A Dfault_handler.cc116 void FaultManager::Init() { function in class:art::FaultManager
393 fault_manager.Init();
/art/compiler/
H A Dcompiler.h46 virtual void Init() const = 0;
H A Dcompilers.h28 void Init() const OVERRIDE;
H A Delf_writer_mclinker.h63 void Init();
75 // Setup by Init()
H A Dcompiler.cc91 void Init() const OVERRIDE {
H A Dcompilers.cc44 void QuickCompiler::Init() const { function in class:art::QuickCompiler
/art/runtime/gc/space/
H A Dimage_space.h131 static ImageSpace* Init(const char* image_filename, const char* image_location,
/art/runtime/gc/accounting/
H A Datomic_stack.h40 mark_stack->Init();
159 Init();
211 void Init() { function in class:art::gc::accounting::AtomicStack
H A Dspace_bitmap_test.cc32 TEST_F(SpaceBitmapTest, Init) {
/art/dalvikvm/
H A Ddalvikvm.cc162 if (!jni_invocation.Init(lib)) {

Completed in 265 milliseconds

123