Lines Matching full:code
6 // * Redistributions of source code must retain the above copyright
34 // List of code stubs used on all platforms. The order in this list is important
64 // List of code stubs only used on ARM platforms.
75 // Combined list of code stubs.
91 // Retrieve the code for the stub. Generate the code if needed.
92 Handle<Code> GetCode();
94 // Retrieve the code for the stub if already generated. Do not
95 // generate the code if not already generated and instead return a
110 // an individual type of code stub.
111 virtual bool GetCustomCache(Code** code_out) { return false; }
112 virtual void SetCustomCache(Code* value) { }
120 // Lookup the code in the (possibly custom) cache.
121 bool FindCodeInCache(Code** code_out);
124 // this function to set up the macro assembler and generate the code.
127 // Generates the assembler code for the stub.
130 // Perform bookkeeping required after code generation when stub code is
132 void RecordCodeGeneration(Code* code, MacroAssembler* masm);