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

/external/chromium_org/v8/src/arm64/
H A Dbuiltins-arm64.cc1173 { Label js_function, non_proxy; local
1174 __ Cbz(call_type, &js_function);
1190 __ Bind(&js_function);
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc84 // function found in the optimized code map at map_index in js_function, if
87 void BuildCheckAndInstallOptimizedCode(HValue* js_function,
92 void BuildInstallCode(HValue* js_function, HValue* shared_info);
97 void BuildInstallFromOptimizedCodeMap(HValue* js_function,
1298 HValue* js_function,
1324 Add<HStoreCodeEntry>(js_function, code_object);
1325 Add<HStoreNamedField>(js_function, HObjectAccess::ForLiteralsPointer(),
1332 Add<HStoreNamedField>(js_function,
1339 js_function);
1345 void CodeStubGraphBuilderBase::BuildInstallCode(HValue* js_function, argument
1297 BuildCheckAndInstallOptimizedCode( HValue* js_function, HValue* native_context, IfBuilder* builder, HValue* optimized_map, HValue* map_index) argument
1374 BuildInstallFromOptimizedCodeMap( HValue* js_function, HValue* shared_info, HValue* native_context) argument
1460 HInstruction* js_function = Add<HAllocate>(size, HType::JSObject(), local
[all...]
H A Ddebug.cc1471 Handle<JSFunction> js_function(JSFunction::cast(fun));
1472 if (js_function->shared()->bound()) {
1473 Debug::FloodBoundFunctionWithOneShot(js_function);
1474 } else if (!js_function->IsFromNativeScript()) {
1477 FloodWithOneShot(js_function);
1627 Handle<JSFunction> js_function = Handle<JSFunction>::cast(holder); local
1628 if (!js_function->IsFromNativeScript()) {
1629 Debug::FloodWithOneShot(js_function);
1630 } else if (js_function->shared()->bound()) {
1632 Debug::FloodBoundFunctionWithOneShot(js_function);
[all...]
H A Dfactory.cc1837 Handle<JSFunction> js_function = Handle<JSFunction>::cast(proxy); local
1838 InitializeFunction(js_function, shared.ToHandleChecked(), context);
/external/chromium_org/v8/src/ic/
H A Dic.cc1943 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); local
1944 name = handle(js_function->shared()->name(), isolate());
1988 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); local
1989 name = handle(js_function->shared()->name(), isolate());

Completed in 204 milliseconds