OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_execute_on_background_thread
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
compiler.h
177
//
can_execute_on_background_thread
() returns true.
194
virtual bool
can_execute_on_background_thread
() const { return true; }
function in class:v8::internal::CompilationJob
200
DCHECK_IMPLIES(!
can_execute_on_background_thread
(),
compiler.cc
118
if (
can_execute_on_background_thread
()) {
[
all
...]
/external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc
360
CHECK(compile_job_->
can_execute_on_background_thread
());
/external/v8/src/full-codegen/
full-codegen.cc
34
bool
can_execute_on_background_thread
() const override { return false; }
[
all
...]
Completed in 251 milliseconds