Home
last modified time | relevance | path

Searched refs:kContextVariable (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dheap-snapshot-generator.h22 kContextVariable = v8::HeapGraphEdge::kContextVariable, enumerator
42 DCHECK(type_ == kContextVariable in name()
Dheap-snapshot-generator.cc25 DCHECK(type == kContextVariable in HeapGraphEdge()
110 case HeapGraphEdge::kContextVariable: in Print()
1933 filler_->SetNamedReference(HeapGraphEdge::kContextVariable, in SetContextReference()
Dapi.cc7202 case i::HeapGraphEdge::kContextVariable: in GetName()
/external/v8/include/
Dv8-profiler.h186 kContextVariable = 0, // A variable from a function context. enumerator
/external/v8/test/cctest/
Dtest-heap-profiler.cc2233 context_object, v8::HeapGraphEdge::kContextVariable, var_name.start()); in TEST()