HomeSort by relevance Sort by last modified time
    Searched defs:GetFieldId (Results 1 - 2 of 2) 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/runtime/
dex_file.h 599 const FieldId& GetFieldId(uint32_t idx) const {
    [all...]

Completed in 1648 milliseconds