Searched refs:GenerateCode (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/mips/
H A Dlithium-codegen-mips.h53 bool GenerateCode() { function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/
H A Dcode-stubs.cc50 void CodeStub::GenerateCode(MacroAssembler* masm) { function in class:v8::internal::CodeStub
99 GenerateCode(&masm);
136 GenerateCode(&masm);
H A Dcode-stubs.h145 void GenerateCode(MacroAssembler* masm);
H A Dhydrogen.cc616 if (generator.GenerateCode()) {
/external/clang/lib/CodeGen/
H A DCGCXX.cpp205 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo);
269 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo);
H A DCodeGenFunction.cpp385 void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn, function in class:CodeGenFunction
H A DCodeGenFunction.h1301 void GenerateCode(GlobalDecl GD, llvm::Function *Fn,
H A DCodeGenModule.cpp1587 CodeGenFunction(*this).GenerateCode(D, Fn, FI);
/external/v8/src/arm/
H A Dlithium-codegen-arm.h96 bool GenerateCode();
H A Dlithium-codegen-arm.cc79 bool LCodeGen::GenerateCode() { function in class:v8::internal::LCodeGen
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h89 bool GenerateCode();
H A Dlithium-codegen-ia32.cc66 bool LCodeGen::GenerateCode() { function in class:v8::internal::LCodeGen
/external/v8/src/x64/
H A Dlithium-codegen-x64.h87 bool GenerateCode();
H A Dlithium-codegen-x64.cc80 bool LCodeGen::GenerateCode() { function in class:v8::internal::LCodeGen

Completed in 661 milliseconds