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

  /art/runtime/
indirect_reference_table_test.cc 27 static void CheckDump(IndirectReferenceTable* irt, size_t num_objects, size_t num_unique)
30 irt->Dump(oss);
49 IndirectReferenceTable irt(kTableInitial, kTableMax, kGlobal);
64 CheckDump(&irt, 0, 0);
67 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal";
70 iref0 = irt.Add(cookie, obj0);
72 CheckDump(&irt, 1, 1);
73 IndirectRef iref1 = irt.Add(cookie, obj1);
75 CheckDump(&irt, 2, 2);
76 IndirectRef iref2 = irt.Add(cookie, obj2)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_main.cc 6 #include <irt.h>
  /external/chromium_org/v8/tools/
nacl-run.py 108 irt = "irt_core_x86_64.nexe"
113 irt = "irt_core_x86_32.nexe"
123 nacl_irt = os.path.join(nacl_sdk_dir, "tools", irt)
144 # -B <irt>: load the IRT
  /external/chromium_org/native_client_sdk/src/tools/
sel_ldr.py 94 irt = os.path.join(SCRIPT_DIR, 'irt_core_%s.nexe' % arch_suffix)
99 Log('IRT = %s' % irt)
110 cmd += ['-a', '-B', irt]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
dev_fs.cc 28 #include <irt.h>
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 15 #include <irt.h>
40 // Switch IRT's pointer to the REAL pointer
44 // Switch the IRT's pointer to the WRAP function
kernel_wrap_glibc.cc 17 #include <irt.h>
123 // Switch IRT's pointer to the REAL pointer
126 // Switch IRT's pointer to the WRAP function

Completed in 538 milliseconds