Searched refs:is_concise_method (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-stubs.h583 bool is_concise_method() const { return IsConciseMethod(kind()); }
H A Dast.h2428 bool is_concise_method() { function in class:v8::internal::FINAL
H A Dhydrogen-instructions.h7487 bool is_concise_method() const { return IsConciseMethod(kind_); } function in class:v8::FINAL::FINAL
H A Dobjects-inl.h5593 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_concise_method,
H A Dobjects.h6804 DECL_BOOLEAN_ACCESSORS(is_concise_method)
H A Druntime.cc2819 return isolate->heap()->ToBoolean(f->shared()->is_concise_method());

Completed in 210 milliseconds