Home | History | Annotate | Download | only in cctest

Lines Matching defs:code

6 //     * Redistributions of source code must retain the above copyright
265 Handle<Code> ic(Builtins::builtin(Builtins::LoadIC_Initialize));
407 Object* code = Heap::CreateCode(desc,
409 Code::ComputeFlags(Code::STUB),
411 CHECK(code->IsCode());
413 Code::cast(code)->Print();
414 byte* begin = Code::cast(code)->instruction_start();
415 byte* end = begin + Code::cast(code)->instruction_size();