OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RequiresConstructorBarrier
(Results
1 - 2
of
2
) sorted by null
/art/compiler/optimizing/
instruction_builder.cc
581
static bool
RequiresConstructorBarrier
(const DexCompilationUnit* cu, CompilerDriver* driver) {
584
&& driver->
RequiresConstructorBarrier
(self, cu->GetDexFile(), cu->GetClassDefIndex());
630
DCHECK(
RequiresConstructorBarrier
(dex_compilation_unit_, compiler_driver_))
[
all
...]
/art/compiler/driver/
compiler_driver.cc
[
all
...]
Completed in 4079 milliseconds