Home | History | Annotate | Download | only in cctest

Lines Matching defs:code

79   Object* code = HEAP->CreateCode(
81 Code::ComputeFlags(Code::STUB),
83 CHECK(code->IsCode());
85 HeapObject* obj = HeapObject::cast(code);
90 CHECK_EQ(code, found);
95 Code::ComputeFlags(Code::STUB),
101 CHECK(not_right != code);
987 // If we do not flush code this test is invalid.
999 // This compile will add the code to the compilation cache.