Home
last modified time | relevance | path

Searched refs:fake_root (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dcommon_dex_operations.h165 mirror::Object* fake_root = nullptr; in DoFieldPutCommon() local
167 field_type == Primitive::kPrimNot ? value.GetGCRoot() : &fake_root)); in DoFieldPutCommon()
/art/runtime/interpreter/
Dinterpreter_common.cc404 mirror::Object* fake_root = nullptr; in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL() local
406 field_type == Primitive::kPrimNot ? field_value.GetGCRoot() : &fake_root)); in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()