Searched refs:code_index (Results 1 – 5 of 5) sorted by relevance
/external/qemu/android/ |
D | hw-events.c | 218 android_event_bufprint_code_str( char* buff, char* end, int type, int code_index ) in android_event_bufprint_code_str() argument 222 return eventList_bufprintCode(list, code_index, buff, end); in android_event_bufprint_code_str()
|
D | hw-events.h | 533 extern char* android_event_bufprint_code_str( char* buff, char* end, int type, int code_index …
|
/external/v8/src/ |
D | jsregexp.cc | 284 Object* compiled_code = re->DataAt(JSRegExp::code_index(is_ascii)); in EnsureCompiledIrregexp() 295 re->SetDataAt(JSRegExp::code_index(is_ascii), saved_code); in EnsureCompiledIrregexp() 326 Object* entry = re->DataAt(JSRegExp::code_index(is_ascii)); in CompileIrregexp() 378 data->set(JSRegExp::code_index(is_ascii), result.code); in CompileIrregexp() 410 return ByteArray::cast(re->get(JSRegExp::code_index(is_ascii))); in IrregexpByteCode() 415 return Code::cast(re->get(JSRegExp::code_index(is_ascii))); in IrregexpNativeCode()
|
D | mark-compact.cc | 1328 Object* code = re->DataAtUnchecked(JSRegExp::code_index(is_ascii)); in UpdateRegExpCodeAgeAndFlush() 1346 re->SetDataAtUnchecked(JSRegExp::code_index(is_ascii), in UpdateRegExpCodeAgeAndFlush() 1359 re->SetDataAtUnchecked(JSRegExp::code_index(is_ascii), in UpdateRegExpCodeAgeAndFlush()
|
D | objects.h | 6280 static int code_index(bool is_ascii) { in code_index() function
|