OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:finalizable
(Results
1 - 25
of
28
) sorted by null
1
2
/dalvik/vm/mterp/c/
OP_INVOKE_OBJECT_INIT_RANGE.cpp
12
* The object should be marked "
finalizable
" when Object.<init>
/dalvik/vm/mterp/mips/
OP_INVOKE_OBJECT_INIT_RANGE.S
3
%verify "
finalizable
class"
15
and a2, CLASS_ISFINALIZABLE # is this class
finalizable
?
/libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java
29
// This list contains a FinalizerReference for every
finalizable
object in the heap.
93
// When a
finalizable
object is allocated, a FinalizerReference is added to the list.
106
// We just created a
finalizable
object and still hold a reference to it.
113
* finalize() method is called, we know all previously-enqueued
finalizable
/dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S
3
%verify "
finalizable
class"
15
tst r2, #CLASS_ISFINALIZABLE @ is this class
finalizable
?
/dalvik/vm/mterp/x86/
OP_INVOKE_OBJECT_INIT_RANGE.S
3
%verify "
finalizable
class"
16
andl $$CLASS_ISFINALIZABLE, %edx # is this class
finalizable
?
/external/guava/guava/src/com/google/common/base/
FinalizablePhantomReference.java
35
* Constructs a new
finalizable
phantom reference.
FinalizableSoftReference.java
33
* Constructs a new
finalizable
soft reference.
FinalizableWeakReference.java
33
* Constructs a new
finalizable
weak reference.
/libcore/support/src/test/java/libcore/java/lang/ref/
FinalizationTester.java
23
* around, create
finalizable
objects in helper methods. http://b/4191345
/dalvik/vm/alloc/
Alloc.h
97
* Make the object
finalizable
.
Alloc.cpp
234
/* Mark the clone as
finalizable
if appropriate. */
MarkSweep.cpp
758
* it as
finalizable
.
761
* called for clones of
finalizable
objects.
Copying.cpp
1116
* Any white
finalizable
objects need to be finalized.
[
all
...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java
517
class
Finalizable
{
518
Finalizable
() {}
526
super("FinalizingGc", "Run garbage collector with
finalizable
objects");
530
Finalizable
obj = new
Finalizable
();
[
all
...]
/external/guava/guava/src/com/google/common/base/internal/
Finalizer.java
175
* chance that other
finalizable
references could be enqueued
/dalvik/vm/analysis/
Optimize.cpp
928
* It also allows us to inexpensively mark objects as
finalizable
at the
[
all
...]
/art/runtime/
class_linker_test.cc
[
all
...]
class_linker.cc
[
all
...]
/dalvik/vm/mterp/out/
InterpC-x86.cpp
[
all
...]
InterpC-allstubs.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
InterpAsm-armv5te-vfp.S
[
all
...]
InterpAsm-armv5te.S
[
all
...]
/dalvik/vm/oo/
Class.cpp
[
all
...]
/prebuilts/misc/common/groovy/
groovy-src-1.7.0.zip
Completed in 3107 milliseconds
1
2