Searched defs:js_function (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/cctest/interpreter/
H A Dtest-bytecode-generator.cc44 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());
/external/v8/src/
H A Dcode-stubs-hydrogen.cc97 // 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,
1864 HValue* js_function,
1896 BuildInstallOptimizedCode(js_function, native_context, code_object, literals);
1902 void CodeStubGraphBuilderBase::BuildInstallOptimizedCode(HValue* js_function, argument
1912 Add<HStoreCodeEntry>(js_function, code_object);
1913 Add<HStoreNamedField>(js_function, HObjectAcces
1863 BuildCheckAndInstallOptimizedCode( HValue* js_function, HValue* native_context, IfBuilder* builder, HValue* optimized_map, HValue* map_index) argument
1931 BuildInstallCode(HValue* js_function, HValue* shared_info) argument
1960 BuildInstallFromOptimizedCodeMap( HValue* js_function, HValue* shared_info, HValue* native_context) argument
2051 HInstruction* js_function = local
[all...]
/external/v8/src/ic/
H A Dic.cc2185 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); local
2189 if (array_function.is_identical_to(js_function)) {
2192 } else if (js_function->context()->native_context() !=
2199 nexus->ConfigureMonomorphic(js_function);
2204 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); local
2205 name = handle(js_function->shared()->name(), isolate());

Completed in 561 milliseconds