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

  /external/chromium_org/v8/test/mjsunit/compiler/
regress-deopt-call-as-function.js 32 function test_context() { function
40 assertEquals(0x7fffffff + 42, test_context());
inline-construct.js 65 function test_context(constructor, val, deopt, counter) { function
79 TestInlinedConstructor(constructor, test_context);
  /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...]
  /external/chromium_org/v8/src/
hydrogen.h 898 TestContext* test_context() { return test_context_; } function in class:v8::internal::V8_FINAL
    [all...]

Completed in 532 milliseconds