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

  /external/v8/test/cctest/compiler/
test-run-jscalls.cc 263 i::Handle<i::JSFunction> jsfun = Handle<JSFunction>::cast(ofun); local
264 jsfun->set_code(T.function->code());
265 context->Global()->Set(v8_str("foo"), v8::Utils::ToLocal(jsfun));
284 i::Handle<i::JSFunction> jsfun = Handle<JSFunction>::cast(ofun); local
285 jsfun->set_code(T.function->code());
286 context->Global()->Set(v8_str("foo"), v8::Utils::ToLocal(jsfun));
  /external/v8/src/
hydrogen-instructions.cc 949 Handle<JSFunction> jsfun = local
951 has_stack_check = !jsfun.is_null() &&
952 (jsfun->code()->kind() == Code::FUNCTION ||
953 jsfun->code()->kind() == Code::OPTIMIZED_FUNCTION);
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 3506 Handle<JSFunction> jsfun = local
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 3594 Handle<JSFunction> jsfun = Handle<JSFunction>::null(); local
    [all...]
  /external/v8/src/x87/
lithium-codegen-x87.cc 3793 Handle<JSFunction> jsfun = local
    [all...]

Completed in 1127 milliseconds