Home | History | Annotate | Download | only in cctest

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
267 // Tests calling a builtin function from C/C++ code, and the builtin function
283 // Run the generated code to populate the global object with 'foo'.
347 // Test that optimized code for different closures is actually shared
350 // Skip test if --cache-optimized-code is not activated by default because
375 CHECK_EQ(fun1->code(), fun2->code());
394 if (f->code()->kind() == Code::FUNCTION) {
395 Address pc = f->code()->instruction_start();
397 Min(f->code()->instruction_size(),
398 static_cast<int>(f->code()->back_edge_table_offset()));