Home | History | Annotate | Download | only in arm

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
92 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
102 int CallSize(Handle<Code> code,
106 void Call(Handle<Code> code,
113 // Emit code to discard a non-negative number of pointer-sized elements
190 void RememberedSetHelper(Register object, // Used for debug code.
307 if (src1.code() > src2.code()) {
320 if (src1.code() > src2.code()) {
321 if (src2.code() > src3.code()) {
345 if (src1.code() > src2.code()) {
346 if (src2.code() > src3.code()) {
347 if (src3.code() > src4.code()) {
369 if (src1.code() > src2.code()) {
382 if (src1.code() > src2.code()) {
383 if (src2.code() > src3.code()) {
407 if (src1.code() > src2.code()) {
408 if (src2.code() > src3.code()) {
409 if (src3.code() > src4.code()) {
592 // explicit first parameter to make the code more readable at the
596 // Invoke the JavaScript function code by either calling or jumping.
597 void InvokeCode(Register code,
604 void InvokeCode(Handle<Code> code,
670 // Generate code for checking access rights - used for security checks
694 // These instructions are generated to mark special location in the code,
695 // like some special IC code.
897 // which is preserved by the code generated.
926 Handle<Code> success,
951 // Generates code for reporting that an illegal operation has
982 // fall through calling code if an overflow occurred, else go to done.
1017 // Call a code stub.
1022 // Call a code stub.
1051 // Before calling a C-function from generated code, align arguments on stack.
1058 // C++ code.
1070 // C functions from generated code.
1077 // garbage collection, since that might move the code and invalidate the
1112 // Store the code object for the given builtin in the target register and
1150 // Verify restrictions about code generated in stubs.
1251 // Abort execution if argument is a smi, enabled via --debug-code.
1255 // Abort execution if argument is not a string, enabled via --debug-code.
1258 // Abort execution if argument is not a name, enabled via --debug-code.
1262 // enabled via --debug-code.
1364 Handle<Code> code_constant,
1403 // This handle will be patched with the code object on installation.
1412 // The code patcher is used to patch (typically) small parts of code e.g. for
1413 // debugging and other types of instrumentation. When using the code patcher
1422 // Macro assembler to emit code.
1436 byte* address_; // The address of the code being patched.
1438 MacroAssembler masm_; // Macro assembler used to generate the code.