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

  /art/test/ti-agent/
trace_helper.cc 77 jmethodID field_access; member in struct:art::common_trace::TraceData
178 CHECK(data->field_access != nullptr);
183 data->field_access,
475 jobject field_access,
496 data->field_access = field_access != nullptr ? env->FromReflectedMethod(field_access) : nullptr;
546 if (field_access != nullptr &&
594 jobject field_access,
603 field_access,
    [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 506 void VisitUnresolvedInstanceFieldGet(HUnresolvedInstanceFieldGet* field_access) OVERRIDE {
507 StartAttributeStream("field_type") << field_access->GetFieldType();
510 void VisitUnresolvedInstanceFieldSet(HUnresolvedInstanceFieldSet* field_access) OVERRIDE {
511 StartAttributeStream("field_type") << field_access->GetFieldType();
514 void VisitUnresolvedStaticFieldGet(HUnresolvedStaticFieldGet* field_access) OVERRIDE {
515 StartAttributeStream("field_type") << field_access->GetFieldType();
518 void VisitUnresolvedStaticFieldSet(HUnresolvedStaticFieldSet* field_access) OVERRIDE {
519 StartAttributeStream("field_type") << field_access->GetFieldType();
    [all...]
code_generator.cc 573 HInstruction* field_access,
576 bool is_instance = field_access->IsUnresolvedInstanceFieldGet()
577 || field_access->IsUnresolvedInstanceFieldSet();
578 bool is_get = field_access->IsUnresolvedInstanceFieldGet()
579 || field_access->IsUnresolvedStaticFieldGet();
581 ArenaAllocator* allocator = field_access->GetBlock()->GetGraph()->GetAllocator();
583 new (allocator) LocationSummary(field_access, LocationSummary::kCallOnMainOnly);
623 HInstruction* field_access,
628 LocationSummary* locations = field_access->GetLocations();
632 bool is_instance = field_access->IsUnresolvedInstanceFieldGet(
    [all...]
code_generator.h 543 HInstruction* field_access,
548 HInstruction* field_access,
    [all...]
  /external/oj-libjdwp/src/share/back/
eventHelper.c 299 fieldClassTag = referenceTypeTag(evinfo->u.field_access.field_clazz);
304 (void)outStream_writeObjectRef(env, out, evinfo->u.field_access.field_clazz);
305 (void)outStream_writeFieldID(out, evinfo->u.field_access.field);
814 if ( evinfo->u.field_access.field_clazz != NULL ) {
815 pclazz = &(evinfo->u.field_access.field_clazz);
864 if ( evinfo->u.field_access.field_clazz != NULL ) {
865 tossGlobalRef(env, &(evinfo->u.field_access.field_clazz));
    [all...]
util.h 236 } field_access; member in union:__anon30787::__anon30788
eventFilter.c 437 if ((evinfo->u.field_access.field !=
439 !isSameObject(env, evinfo->u.field_access.field_clazz,
    [all...]
eventHandler.c     [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 1476 FieldAccess field_access = { local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 5738 HObjectAccess field_access = info->access(); local
    [all...]

Completed in 2957 milliseconds