Home | History | Annotate | Download | only in arm

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
103 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
110 static int CallSize(Handle<Code> code,
114 void Call(Handle<Code> code,
120 // Emit code to discard a non-negative number of pointer-sized elements
194 void RememberedSetHelper(Register object, // Used for debug code.
306 if (src1.code() > src2.code()) {
319 if (src1.code() > src2.code()) {
320 if (src2.code() > src3.code()) {
344 if (src1.code() > src2.code()) {
345 if (src2.code() > src3.code()) {
346 if (src3.code() > src4.code()) {
368 if (src1.code() > src2.code()) {
381 if (src1.code() > src2.code()) {
382 if (src2.code() > src3.code()) {
406 if (src1.code() > src2.code()) {
407 if (src2.code() > src3.code()) {
408 if (src3.code() > src4.code()) {
528 // explicit first parameter to make the code more readable at the
532 // Invoke the JavaScript function code by either calling or jumping.
533 void InvokeCode(Register code,
540 void InvokeCode(Handle<Code> code,
601 // Generate code for checking access rights - used for security checks
625 // These instructions are generated to mark special location in the code,
626 // like some special IC code.
851 Handle<Code> success,
873 // Generates code for reporting that an illegal operation has
942 // Note that this code does not work for values in the 32bit range!
970 // Call a code stub.
973 // Call a code stub.
1002 // Before calling a C-function from generated code, align arguments on stack.
1009 // C++ code.
1021 // C functions from generated code.
1028 // garbage collection, since that might move the code and invalidate the
1057 // Store the code object for the given builtin in the target register and
1096 // Verify restrictions about code generated in stubs.
1185 // Abort execution if argument is a smi. Used in debug code.
1189 // Abort execution if argument is a string. Used in debug code.
1276 Handle<Code> code_constant,
1315 // This handle will be patched with the code object on installation.
1325 // The code patcher is used to patch (typically) small parts of code e.g. for
1326 // debugging and other types of instrumentation. When using the code patcher
1335 // Macro assembler to emit code.
1349 byte* address_; // The address of the code being patched.
1352 MacroAssembler masm_; // Macro assembler used to generate the code.