Searched refs:DBG_START_LOCAL_EXTENDED (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddex_file.h1082 DBG_START_LOCAL_EXTENDED = 0x04, enumerator in enum:art::DexFile::__anon42
H A Ddex_file.cc926 case DBG_START_LOCAL_EXTENDED: {
937 if (opcode == DBG_START_LOCAL_EXTENDED) {
1033 case DBG_START_LOCAL_EXTENDED:
H A Ddex_file_verifier.cc1192 case DexFile::DBG_START_LOCAL_EXTENDED: {
1201 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED name_idx")) {
1208 if (!CheckIndex(type_idx, header_->type_ids_size_, "DBG_START_LOCAL_EXTENDED type_idx")) {
1215 if (!CheckIndex(sig_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED sig_idx")) {

Completed in 1054 milliseconds