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

  /external/v8/src/
compilation-info.cc 38 bool CompilationInfo::is_debug() const { function in class:v8::internal::CompilationInfo
39 return parse_info() ? parse_info()->is_debug() : false;
compiler.cc 385 return ShouldUseIgnition(info->shared_info(), info->is_debug());
389 bool is_debug) {
391 !shared_info->is_asm_wasm_broken() && !is_debug;
398 bool is_debug, bool will_serialize) {
401 dispatcher->IsEnabled() && !is_debug && !will_serialize &&
402 !UseAsmWasm(scope, shared_info, is_debug);
433 if (info->is_debug() && info->has_bytecode_array()) {
498 if (UseAsmWasm(info->scope(), info->shared_info(), info->is_debug())) {
528 bool is_debug = outer_info->is_debug(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 347 bool is_debug; member in struct:si_context

Completed in 333 milliseconds