Home | History | Annotate | Download | only in cctest

Lines Matching defs:code

6 //     * Redistributions of source code must retain the above copyright
275 Handle<Code> ic(Isolate::Current()->builtins()->builtin(
463 Object* code = HEAP->CreateCode(
465 Code::ComputeFlags(Code::STUB),
467 CHECK(code->IsCode());
469 Code::cast(code)->Print();
470 byte* begin = Code::cast(code)->instruction_start();
471 byte* end = begin + Code::cast(code)->instruction_size();