HomeSort by relevance Sort by last modified time
    Searched refs:type_feedback_info (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/
runtime-profiler.cc 66 Object* raw_info = shared_code->type_feedback_info();
objects.h 535 V(TYPE_FEEDBACK_INFO, TypeFeedbackInfo, type_feedback_info) \
    [all...]
heap-snapshot-generator.cc     [all...]
objects-inl.h 6145 Object* Code::type_feedback_info() { function in class:v8::internal::Code::FindAndReplacePattern::Code
    [all...]
hydrogen.cc     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 401 host->type_feedback_info()->IsTypeFeedbackInfo()) {
406 TypeFeedbackInfo* info = TypeFeedbackInfo::cast(host->type_feedback_info());
410 if (host->type_feedback_info()->IsTypeFeedbackInfo()) {
411 TypeFeedbackInfo* info = TypeFeedbackInfo::cast(host->type_feedback_info());
    [all...]

Completed in 795 milliseconds