Home
last modified time | relevance | path

Searched refs:NOT_CONCURRENT (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/compiler/
Dfunction-tester.h73 Compiler::NOT_CONCURRENT); in Compile()
/external/v8/src/
Dcompiler.h705 enum ConcurrencyMode { NOT_CONCURRENT, CONCURRENT }; enumerator
Dcompiler.cc864 Compiler::NOT_CONCURRENT).ToHandle(&opt_code)) { in GetLazyCode()
Druntime.cc8527 concurrent ? Compiler::CONCURRENT : Compiler::NOT_CONCURRENT; in RUNTIME_FUNCTION()
8838 : Compiler::NOT_CONCURRENT; in RUNTIME_FUNCTION()