HomeSort by relevance Sort by last modified time
    Searched defs:Generate (Results 1 - 18 of 18) sorted by null

  /external/v8/src/mips/
fast-codegen-mips.cc 38 void FastCodeGenerator::Generate(CompilationInfo* info) {
ic-mips.cc 93 Generate(masm, ExternalReference(IC_Utility(kLoadIC_Miss)));
97 void LoadIC::Generate(MacroAssembler* masm, const ExternalReference& f) {
123 Generate(masm, ExternalReference(IC_Utility(kKeyedLoadIC_Miss)));
127 void KeyedLoadIC::Generate(MacroAssembler* masm, const ExternalReference& f) {
148 void KeyedStoreIC::Generate(MacroAssembler* masm,
full-codegen-mips.cc 41 void FullCodeGenerator::Generate(CompilationInfo* info, Mode mode) {
codegen-mips.cc 84 void CodeGenerator::Generate(CompilationInfo* info, Mode mode) {
295 // This should generate code that performs a charCodeAt() call or returns
419 void CompareStub::Generate(MacroAssembler* masm) {
425 void StackCheckStub::Generate(MacroAssembler* masm) {
453 void CEntryStub::Generate(MacroAssembler* masm) {
471 void InstanceofStub::Generate(MacroAssembler* masm) {
  /external/v8/src/arm/
fast-codegen-arm.cc 179 void FastCodeGenerator::Generate(CompilationInfo* compilation_info) {
regexp-macro-assembler-arm.cc     [all...]
full-codegen-arm.cc 41 // Generate code for a JS function. On entry to the function the receiver
55 void FullCodeGenerator::Generate(CompilationInfo* info, Mode mode) {
    [all...]
codegen-arm.cc 145 void CodeGenerator::Generate(CompilationInfo* info) {
293 // Generate code to 'execute' declarations and initialize functions
330 // Generate the return sequence if necessary.
498 // valid-looking frame state because we will continue to generate
785 virtual void Generate();
795 void DeferredInlineSmiOperation::Generate() {
    [all...]
  /external/v8/src/x64/
fast-codegen-x64.cc 188 void FastCodeGenerator::Generate(CompilationInfo* compilation_info) {
full-codegen-x64.cc 41 // Generate code for a JS function. On entry to the function the receiver
54 void FullCodeGenerator::Generate(CompilationInfo* info, Mode mode) {
    [all...]
macro-assembler-x64.cc 133 void Generate(MacroAssembler* masm);
164 void RecordWriteStub::Generate(MacroAssembler* masm) {
    [all...]
codegen-x64.cc 117 virtual void Generate();
138 virtual void Generate();
156 virtual void Generate();
182 virtual void Generate();
280 void CodeGenerator::Generate(CompilationInfo* info) {
423 // Generate code to 'execute' declarations and initialize functions
574 virtual void Generate();
587 void DeferredReferenceGetKeyedValue::Generate() {
631 virtual void Generate();
643 void DeferredReferenceSetKeyedValue::Generate() {
    [all...]
  /external/v8/src/
codegen.cc 109 // Generate the code.
113 code->Generate();
168 PrintF("*** Generate code for %s function: ", ftype);
234 // Generate the code. Takes a function literal, generates code for it, assemble
245 // Generate code.
251 cgen.Generate(info);
289 // information, and the IC clearing code can't generate a stub
355 // frame and are only used 1 or two places, so we generate them
499 void ArgumentsAccessStub::Generate(MacroAssembler* masm) {
codegen.h 59 // Generate
157 virtual void Generate() = 0;
214 void Generate(MacroAssembler* masm);
227 void Generate(MacroAssembler* masm);
244 void Generate(MacroAssembler* masm);
263 void Generate(MacroAssembler* masm);
278 void Generate(MacroAssembler* masm);
303 void Generate(MacroAssembler* masm);
322 void Generate(MacroAssembler* masm);
363 void Generate(MacroAssembler* masm)
    [all...]
  /external/v8/src/ia32/
fast-codegen-ia32.cc 447 // Generate the fast-path code.
449 fast_cgen.Generate(info);
455 // Generate the full code for the function in bailout mode, using the same
460 cgen.Generate(info);
621 void FastCodeGenerator::Generate(CompilationInfo* compilation_info) {
full-codegen-ia32.cc 41 // Generate code for a JS function. On entry to the function the receiver
54 void FullCodeGenerator::Generate(CompilationInfo* info, Mode mode) {
    [all...]
macro-assembler-ia32.cc 105 void Generate(MacroAssembler* masm);
136 void RecordWriteStub::Generate(MacroAssembler* masm) {
    [all...]
codegen-ia32.cc 128 void CodeGenerator::Generate(CompilationInfo* info) {
271 // Generate code to 'execute' declarations and initialize functions
452 // valid-looking frame state because we will continue to generate
877 virtual void Generate();
888 void DeferredInlineBinaryOperation::Generate() {
    [all...]

Completed in 1418 milliseconds