OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insn_set
(Results
1 - 4
of
4
) sorted by null
/art/compiler/llvm/
compiler_llvm.h
61
CompilerLLVM(CompilerDriver* driver, InstructionSet
insn_set
);
llvm_compilation_unit.cc
318
InstructionSet
insn_set
= GetInstructionSet();
local
319
switch (
insn_set
) {
334
LOG(FATAL) << "Unknown instruction set: " <<
insn_set
;
compiler_llvm.cc
109
CompilerLLVM::CompilerLLVM(CompilerDriver* driver, InstructionSet
insn_set
)
110
: compiler_driver_(driver), insn_set_(
insn_set
),
/art/compiler/
oat_test.cc
77
InstructionSet
insn_set
= kIsTargetBuild ? kThumb2 : kX86;
local
78
compiler_driver_.reset(new CompilerDriver(compiler_backend,
insn_set
, false, NULL, 2, true));
Completed in 33 milliseconds