• Home
  • Raw
  • Download

Lines Matching refs:CodeEntry

91 class CodeEntry {
94 INLINE(CodeEntry(Logger::LogEventsAndTags tag,
113 void CopyData(const CodeEntry& source);
115 bool IsSameAs(CodeEntry* entry) const;
128 DISALLOW_COPY_AND_ASSIGN(CodeEntry);
136 INLINE(ProfileNode(ProfileTree* tree, CodeEntry* entry));
138 ProfileNode* FindChild(CodeEntry* entry);
139 ProfileNode* FindOrAddChild(CodeEntry* entry);
144 INLINE(CodeEntry* entry() const) { return entry_; } in INLINE()
155 return reinterpret_cast<CodeEntry*>(entry1)->IsSameAs( in INLINE()
156 reinterpret_cast<CodeEntry*>(entry2)); in INLINE()
159 INLINE(static uint32_t CodeEntryHash(CodeEntry* entry)) { in INLINE()
164 CodeEntry* entry_;
180 void AddPathFromEnd(const Vector<CodeEntry*>& path);
181 void AddPathFromStart(const Vector<CodeEntry*>& path);
200 CodeEntry root_entry_;
214 void AddPath(const Vector<CodeEntry*>& path);
242 INLINE(void AddCode(Address addr, CodeEntry* entry, unsigned size));
245 CodeEntry* FindEntry(Address addr);
252 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size) in CodeEntryInfo()
254 CodeEntry* entry;
275 static CodeEntry* const kSharedFunctionCodeEntry;
306 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
308 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, const char* name);
309 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
311 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, int args_count);
312 CodeEntry* NewCodeEntry(int security_token_id);
315 void AddPathToCurrentProfiles(const Vector<CodeEntry*>& path);
336 List<CodeEntry*> code_entries_;
393 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, in INLINE()
400 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, in INLINE()
405 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, in INLINE()
411 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, in INLINE()
416 INLINE(CodeEntry* NewCodeEntry(int security_token_id)) { in INLINE()
434 INLINE(CodeEntry* EntryForVMState(StateTag tag));
438 CodeEntry* program_entry_;
439 CodeEntry* gc_entry_;