HomeSort by relevance Sort by last modified time
    Searched defs:Reference (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/java/lang/ref/
Reference.java 36 * Provides an abstract class which describes behavior common to all reference
38 * {@code Reference} in addition to the ones provided by this package. It is
40 * with the system's garbage collector. The existing, specialized reference
43 public abstract class Reference<T> {
46 * The object to which this reference refers.
53 * If non-null, the queue on which this reference will be enqueued
64 * and be a java.lang.ref.Reference.
67 volatile Reference queueNext;
71 * list of reference objects awaiting processing by the garbage
75 volatile Reference pendingNext
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 267 // Initialize ThisFunction reference if present.
601 // For a global variable we build the property reference
603 // load to make sure we do not get reference errors.
607 Reference ref(this, &property);
621 Reference::Reference(CodeGenerator* cgen,
632 Reference::~Reference() {
637 void CodeGenerator::LoadReference(Reference* ref) {
649 ref->set_type(Reference::NAMED)
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 247 // Initialize ThisFunction reference if present.
572 // For a global variable we build the property reference
574 // load to make sure we do not get reference errors.
578 Reference ref(this, &property);
656 Reference::Reference(CodeGenerator* cgen,
667 Reference::~Reference() {
672 void CodeGenerator::LoadReference(Reference* ref) {
689 ref->set_type(Reference::NAMED)
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 399 // Initialize ThisFunction reference if present.
510 // The return value is a live (but not currently reference counted)
511 // reference to rax. This is safe because the current frame does not
512 // contain a reference to rax (it is prepared for the return by spilling
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 296 milliseconds