Home
last modified time | relevance | path

Searched refs:is_debug (Results 1 – 13 of 13) sorted by relevance

/external/chromium-webview/
DREADME13 is_debug=false
/external/v8/src/
Dcompiler.cc1271 !info->is_debug(); in CompileToplevel()
1289 DCHECK(!info->is_debug() || !parse_info->allow_lazy_parsing()); in CompileToplevel()
1573 DCHECK(!compile_info.is_debug()); in CompileStreamedScript()
1603 if (!outer_info->is_debug() || existing->HasDebugCode()) { in GetSharedFunctionInfo()
1616 if (outer_info->is_debug()) info.MarkAsDebug(); in GetSharedFunctionInfo()
1633 (!info.is_debug() || allow_lazy_without_ctx); in GetSharedFunctionInfo()
Dcompiler.h215 bool is_debug() const { return GetFlag(kDebug); } in is_debug() function
276 !is_debug() && output_code_kind_ == Code::FUNCTION; in GeneratePreagedPrologue()
Dcodegen.cc147 info->is_debug() && !is_crankshafted); in MakeCodeEpilogue()
Dfactory.h545 bool is_debug = false);
Dfactory.cc1421 bool is_debug) { in NewCode() argument
1455 if (is_debug) { in NewCode()
/external/libchrome/base/allocator/
DBUILD.gn16 enable_debugallocation = is_debug
285 if (!is_debug) {
/external/v8/src/full-codegen/
Dfull-codegen.cc568 if (info_->is_debug()) { in SetReturnPosition()
579 if (recorded && insert_break == INSERT_BREAK && info_->is_debug() && in SetStatementPosition()
590 if (recorded && insert_break == INSERT_BREAK && info_->is_debug()) { in SetExpressionPosition()
599 if (recorded && info_->is_debug()) { in SetExpressionAsStatementPosition()
608 if (info_->is_debug()) { in SetCallPosition()
/external/libchrome/base/
DBUILD.gn1122 if (is_debug) {
1319 if (!is_debug) {
1344 if (!is_debug) {
1403 if (!is_debug) {
1521 if (!is_debug) {
2131 if (is_debug) {
/external/webrtc/webrtc/base/
DBUILD.gn595 if (is_posix && is_debug) {
/external/v8/
DBUILD.gn197 if (is_debug) {
1609 if (!is_debug) {
1708 if (!is_debug) {
1775 if (!is_debug) {
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc391 if (info_->is_debug()) { in EmitProfilingCounterReset()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc390 if (info_->is_debug()) { in EmitProfilingCounterReset()