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

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

Completed in 143 milliseconds