/external/v8/test/mjsunit/ |
mirror-error.js | 48 var refs = new MirrorRefCache( 73 assertEquals(e.message, refs.lookup(p.ref).value);
|
mirror-regexp.js | 59 var refs = new MirrorRefCache( 98 refs.lookup(fromJSON.properties[i].ref).value,
|
debug-handle.js | 179 var refs = []; 181 refs.push(obj.properties[i].ref); 184 var arguments = '{"handles":[' + refs.join(',') + ']}'; 213 assertTrue(refs.indexOf(parseInt(handle)) != -1,
|
debug-backtrace.js | 54 if (this.response_.refs) { 55 for (var i = 0; i < this.response_.refs.length; i++) { 56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
|
/dalvik/tests/079-phantom/src/ |
Main.java | 76 * When we return there should be no local refs lurking on the stack.
|
/dalvik/vm/alloc/ |
MarkSweep.c | 286 HeapRefTable *refs; local 314 LOG_SCAN("JNI global refs\n"); 329 LOG_SCAN("debugger refs\n"); 337 refs = &gcHeap->nonCollectableRefs; 338 op = refs->table; 339 while ((uintptr_t)op < (uintptr_t)refs->nextEntry) { 589 //TODO: Mark these after handling all new refs of 590 // this strength, in case the new refs refer 958 /* Create a table that the new pending refs will 962 //TODO: mark all finalizable refs and hope tha [all...] |
/frameworks/base/include/utils/ |
RefBase.h | 223 sp(T* p, weakref_type* refs); 260 void set_object_and_refs(T* other, weakref_type* refs); 386 sp<T>::sp(T* p, weakref_type* refs) 387 : m_ptr((p && refs->attemptIncStrong(this)) ? p : 0) 520 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) 522 if (other) refs->incWeak(this); 525 m_refs = refs;
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
VarNameCollector.java | 31 * This class visits variable refs in an XPath and collects their QNames.
|
/dalvik/vm/mterp/armv5te/ |
OP_NEW_ARRAY.S | 52 mov r2, #ALLOC_DONT_TRACK @ don't track in local refs table
|
/external/webkit/WebCore/loader/ |
CachedResourceClient.h | 64 // can halt animation. Content nodes that hold image refs for example would not render the image,
|
/sdk/emulator/qtools/ |
trace_reader.h | 53 region_entry() : refs(0), path(NULL), vstart(0), vend(0), base_addr(0), 66 dest->refs = 0; 78 int refs; // reference count member in struct:TraceReader::region_entry 158 if (regions[ii]->refs > 0) { 159 regions[ii]->refs -= 1; 886 regions[ii]->refs += 1; 901 if (regions[ii]->refs > 0) { 902 regions[ii]->refs -= 1; [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
FieldIdsSection.java | 28 * Field refs list section of a {@code .dex} file.
|
MethodIdsSection.java | 28 * Method refs list section of a {@code .dex} file.
|
/dalvik/tests/072-precise-gc/src/ |
Main.java | 98 System.out.println("Valid refs: " + numValid);
|
/dalvik/vm/ |
IndirectRefTable.h | 26 * Conversions to and from indirect refs are performed on JNI method calls 149 * store it internally in a public structure, but the local JNI refs are 168 * and local refs to improve performance. A large circular buffer might 248 * WeakGlobal refs.
|
/frameworks/base/include/binder/ |
ProcessState.h | 88 RefBase::weakref_type* refs; member in struct:android::ProcessState::handle_entry
|
/external/v8/src/ |
heap-profiler.h | 193 void SortRefs() { refs.Sort(JSObjectsCluster::Compare); } 197 ZoneList<JSObjectsCluster> refs; member in struct:v8::internal::BASE_EMBEDDED::ClusterBackRefs
|
/external/icu4c/test/intltest/ |
wbnf.cpp | 152 Buffer_pPick refs; // points to Pick member in class:SymbolTable 174 if (!refs[i]){ // exist name, no ref 178 *ref = refs[i]; 194 refs.append(var_ref); 197 refs[i] = var_ref; // link definition with variable 201 refs[i] = var_ref; 213 if (refs[i] == NULL){ 225 int s = refs.content_size(); 227 delete refs[i]; // TOFIX: point alias/recursion problem 229 refs.reset() [all...] |
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/ |
SDL_dlcompat.c | 210 int refs; /* reference count */ member in struct:dlstatus 476 else if ((dls->module == 0) || (dls->refs == 0)) 503 dls->refs = 0; 552 dls->refs++; 985 if ((dls = lookupStatus(sbuf)) && (dls->refs > 0)) 1140 if (dls->refs == 1) 1159 dls->refs--; [all...] |
/external/webkit/WebKit/chromium/src/js/ |
DevToolsHostStub.js | 243 '"scriptType":2,"compilationType":0,"context":{"ref":60}}],"refs":[{' + 253 '"ref":0}}],"refs":[{"handle":0,"type":"context","data":"page,3}],"' +
|
/external/webkit/WebKit/mac/Panels/ |
WebAuthenticationPanel.m | 70 // remove all of the panel's remaining refs, which can cause a 89 // remove all of the panel's remaining refs, which can cause a
|
/frameworks/base/docs/html/resources/articles/ |
live-folders.jd | 168 implementation, you can read the source code of the <a href="http://android.git.kernel.org/?p=platform/packages/apps/Contacts.git;a=tree;h=refs/heads/cupcake;hb=cupcake">Contacts application</a> and of the <a href="http://android.git.kernel.org/?p=platform/packages/providers/ContactsProvider.git;a=tree;h=refs/heads/cupcake;hb=cupcake">Contacts provider</a>.</p><p>You can also download the result of our exe (…)
|
/frameworks/base/opengl/libagl/ |
TextureObjectManager.cpp | 293 const uint32_t refs = old->getStrongCount(); local 294 if (ggl_likely(refs == 1)) {
|
/bionic/libc/include/sys/ |
cdefs_elf.h | 52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
documentimportnode21.java | 39 * Using the method importNode with deep=true, retreive the entity refs present in the
|