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

  /external/v8/src/
code-stubs-hydrogen.cc 97 // function found in the optimized code map at map_index in js_function, if
100 void BuildCheckAndInstallOptimizedCode(HValue* js_function,
105 void BuildInstallOptimizedCode(HValue* js_function, HValue* native_context,
107 void BuildInstallCode(HValue* js_function, HValue* shared_info);
112 void BuildInstallFromOptimizedCodeMap(HValue* js_function,
2051 HInstruction* js_function = local
    [all...]
  /external/v8/src/ic/
ic.cc 2185 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); local
2204 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); local
    [all...]
  /external/v8/test/cctest/interpreter/
test-bytecode-generator.cc 44 i::Handle<i::JSFunction> js_function = v8::Utils::OpenHandle(*script); local
45 return handle(js_function->shared()->bytecode_array(), CcTest::i_isolate());
55 i::Handle<i::JSFunction> js_function = local
57 return handle(js_function->shared()->bytecode_array(), CcTest::i_isolate());
    [all...]

Completed in 79 milliseconds