Home
last modified time | relevance | path

Searched refs:SetFpSpillMask (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dart_method.h342 void SetFpSpillMask(uint32_t fp_spill_mask) { in SetFpSpillMask() function
/art/runtime/
Druntime.cc1221 method->SetFpSpillMask(fp_spills); in CreateCalleeSaveMethod()
1235 method->SetFpSpillMask(0); in CreateCalleeSaveMethod()
1245 method->SetFpSpillMask(0); in CreateCalleeSaveMethod()
Doat_file.cc483 method->SetFpSpillMask(fp_spill_mask_); in LinkMethod()
Dclass_linker.cc2866 method->SetFpSpillMask(refs_and_args->GetFpSpillMask()); in CreateProxyMethod()
/art/compiler/
Doat_writer.cc408 method->SetFpSpillMask(fp_spill_mask); in InitOatCodeMethod()