Home | History | Annotate | Download | only in space

Lines Matching refs:Current

119   const std::string boot_class_path_string(Runtime::Current()->GetBootClassPathString());
127 if (Runtime::Current()->IsZygote()) {
134 std::string dex2oat(Runtime::Current()->GetCompilerExecutable());
149 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector);
151 << "We should always be generating an image for the current isa.";
163 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions();
229 if (Runtime::Current()->IsZygote()) {
234 std::string patchoat(Runtime::Current()->GetPatchoatExecutable());
302 if (Runtime::Current()->ShouldRelocate()) {
370 if (Runtime::Current()->IsZygote()) {
392 bool relocate = Runtime::Current()->ShouldRelocate();
393 bool can_compile = Runtime::Current()->IsImageDex2OatEnabled();
541 byte* current = Begin() + RoundUp(sizeof(ImageHeader), kObjectAlignment);
542 while (current < End()) {
543 DCHECK_ALIGNED(current, kObjectAlignment);
544 mirror::Object* obj = reinterpret_cast<mirror::Object*>(current);
550 current += RoundUp(obj->SizeOf(), kObjectAlignment);
637 Runtime* runtime = Runtime::Current();
669 !Runtime::Current()->IsCompiler(), error_msg);