HomeSort by relevance Sort by last modified time
    Searched refs:test_context (Results 1 - 3 of 3) sorted by null

  /external/v8/test/mjsunit/compiler/
regress-deopt-call-as-function.js 32 function test_context() { function
40 assertEquals(0x7fffffff + 42, test_context());
inline-construct.js 55 function test_context(a, b, counter) {
66 TestInlinedConstructor(test_context);
69 %DeoptimizeFunction(test_context);
  /external/v8/src/
hydrogen.h 710 TestContext* test_context() { return test_context_; } function in class:v8::internal::FunctionState
881 return function_state()->test_context();
    [all...]

Completed in 54 milliseconds