Home | History | Annotate | Download | only in cctest

Lines Matching defs:code

6 //     * Redistributions of source code must retain the above copyright
72 Object* code = Heap::CreateCode(desc,
74 Code::ComputeFlags(Code::STUB),
76 CHECK(code->IsCode());
78 Code::cast(code)->Print();
80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
109 Object* code = Heap::CreateCode(desc,
111 Code::ComputeFlags(Code::STUB),
113 CHECK(code->IsCode());
115 Code::cast(code)->Print();
117 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
145 __ RecordComment("dead code, just testing relocations");
147 __ RecordComment("dead code, just testing immediate operands");
155 Object* code = Heap::CreateCode(desc,
157 Code::ComputeFlags(Code::STUB),
159 CHECK(code->IsCode());
161 Code::cast(code)->Print();
163 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
203 Object* code = Heap::CreateCode(desc,
205 Code::ComputeFlags(Code::STUB),
207 CHECK(code->IsCode());
209 Code::cast(code)->Print();
211 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
263 Object* code = Heap::CreateCode(desc,
265 Code::ComputeFlags(Code::STUB),
267 CHECK(code->IsCode());
269 Code::cast(code)->Print();
271 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());