OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:root_handle
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
handles.cc
151
->
root_handle
(static_cast<Heap::RootListIndex>(index))
/external/v8/src/ia32/
macro-assembler-ia32.cc
69
mov(destination, isolate()->heap()->
root_handle
(index));
107
cmp(with, isolate()->heap()->
root_handle
(index));
114
cmp(with, isolate()->heap()->
root_handle
(index));
120
Push(isolate()->heap()->
root_handle
(index));
[
all
...]
/external/v8/src/x87/
macro-assembler-x87.cc
69
mov(destination, isolate()->heap()->
root_handle
(index));
107
cmp(with, isolate()->heap()->
root_handle
(index));
114
cmp(with, isolate()->heap()->
root_handle
(index));
120
Push(isolate()->heap()->
root_handle
(index));
[
all
...]
/external/v8/src/arm/
macro-assembler-arm.cc
431
Handle<Object> root = isolate()->heap()->
root_handle
(index);
[
all
...]
/external/v8/src/heap/
heap.h
1157
Handle<Object>
root_handle
(RootListIndex index) {
function in class:v8::internal::Heap
[
all
...]
Completed in 1883 milliseconds