Home | History | Annotate | Download | only in cctest

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
255 Handle<Code> ic(Isolate::Current()->builtins()->builtin(
416 Object* code = HEAP->CreateCode(
418 Code::ComputeFlags(Code::STUB),
420 CHECK(code->IsCode());
422 Code::cast(code)->Print();
423 byte* begin = Code::cast(code)->instruction_start();
424 byte* end = begin + Code::cast(code)->instruction_size();