HomeSort by relevance Sort by last modified time
    Searched refs:SetShort (Results 1 - 11 of 11) sorted by null

  /art/runtime/
common_dex_operations.h 155 field->SetShort<transaction_active>(obj, value.GetS());
art_field.h 122 void SetShort(ObjPtr<mirror::Object> object, int16_t s) REQUIRES_SHARED(Locks::mutator_lock_);
transaction_test.cc 246 shortField->SetShort<true>(h_klass.Get(), 1);
348 shortField->SetShort<true>(h_instance.Get(), 1);
art_field-inl.h 179 inline void ArtField::SetShort(ObjPtr<mirror::Object> object, int16_t s) {
dex_file_annotations.cc     [all...]
class_linker_test.cc     [all...]
debugger.cc     [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 641 field->SetShort<false>(obj, new_value);
    [all...]
  /art/dexlayout/
dex_ir.cc 253 item->SetShort(static_cast<int16_t>(ReadVarWidth(data, length, true)));
    [all...]
dex_ir.h 646 void SetShort(int16_t s) { u_.short_val_ = s; }
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 167 milliseconds