HomeSort by relevance Sort by last modified time
    Searched defs:GetFieldId (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 50 jfieldID GetFieldId(const char* name, const char* type);
86 jfieldID fieldId = GetFieldId(name, "I");
93 jfieldID fieldId = GetFieldId(name, "F");
99 jfieldID JavaStruct::GetFieldId(const char* name, const char* type) {
103 jfieldID fieldId = mEnv->GetFieldID(mClass, name, type);
  /art/dexlayout/
dex_ir.h 229 FieldId* GetFieldId(uint32_t index) {
603 const FieldId* GetFieldId() const { return field_id_; }
673 FieldId* GetFieldId() const { return u_.field_val_; }
    [all...]
  /art/runtime/
dex_file.h 621 const FieldId& GetFieldId(uint32_t idx) const {
    [all...]

Completed in 169 milliseconds