HomeSort by relevance Sort by last modified time
    Searched full:is_js_function (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
profile-generator.h 82 INLINE(bool is_js_function() const) { return is_js_function_tag(tag_); } function in class:v8::internal::CodeEntry
  /external/v8/src/
profile-generator.h 104 INLINE(bool is_js_function() const) { return is_js_function_tag(tag_); } function in class:v8::internal::CodeEntry
    [all...]
profile-generator.cc 901 if (*entry != NULL && !(*entry)->is_js_function()) {
    [all...]

Completed in 206 milliseconds