OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heap_obj
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/runtime/
runtime-liveedit.cc
34
HeapObject*
heap_obj
;
local
35
while ((
heap_obj
= iterator.next())) {
36
if (!
heap_obj
->IsSharedFunctionInfo()) continue;
37
SharedFunctionInfo* shared = SharedFunctionInfo::cast(
heap_obj
);
runtime-debug.cc
1314
HeapObject*
heap_obj
;
local
1367
HeapObject*
heap_obj
;
local
[
all
...]
/external/v8/src/heap/
spaces-inl.h
511
HeapObject*
heap_obj
= nullptr;
local
512
if (!result.IsRetry() && result.To(&
heap_obj
)) {
513
AllocationStep(
heap_obj
->address(), size_in_bytes);
incremental-marking.cc
127
HeapObject*
heap_obj
= HeapObject::cast(obj);
local
128
ObjectMarking::AnyToGrey(
heap_obj
);
[
all
...]
mark-compact.cc
2937
HeapObject*
heap_obj
= HeapObject::cast(obj);
local
[
all
...]
Completed in 2892 milliseconds