Home
last modified time | relevance | path

Searched refs:CodeEntryInfo (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator.h272 struct CodeEntryInfo { struct
273 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size) in CodeEntryInfo() function
281 typedef CodeEntryInfo Value; argument
283 static const Value NoValue() { return CodeEntryInfo(NULL, 0); } in NoValue()
292 void Call(const Address& key, const CodeEntryInfo& value);
Dprofile-generator.cc389 locator.set_value(CodeEntryInfo(entry, size)); in AddCode()
411 const CodeEntryInfo& entry = locator.value(); in FindEntry()
424 CodeEntryInfo entry = locator.value(); in MoveCode()
431 const Address& key, const CodeMap::CodeEntryInfo& value) { in Call()