OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newmark
(Results
1 - 3
of
3
) sorted by null
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicMarkableReference.java
89
* @param
newMark
the new value for the mark
95
boolean
newMark
) {
99
((newReference == current.reference &&
newMark
== current.bit) ||
102
newMark
)));
114
* @param
newMark
the new value for the mark
120
boolean
newMark
) {
124
((newReference == current.reference &&
newMark
== current.bit) ||
127
newMark
)));
134
* @param
newMark
the new value for the mark
136
public void set(V newReference, boolean
newMark
) {
[
all
...]
/external/v8/benchmarks/
deltablue.js
589
var mark = this.
newMark
();
625
Planner.prototype.
newMark
= function () {
649
var mark = this.
newMark
();
/external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js
583
var mark = this.
newMark
();
619
Planner.prototype.
newMark
= function () {
643
var mark = this.
newMark
();
Completed in 50 milliseconds