Home
last modified time | relevance | path

Searched refs:js_function (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcode-stubs-hydrogen.cc87 void BuildCheckAndInstallOptimizedCode(HValue* js_function,
92 void BuildInstallCode(HValue* js_function, HValue* shared_info);
97 void BuildInstallFromOptimizedCodeMap(HValue* js_function,
1298 HValue* js_function, in BuildCheckAndInstallOptimizedCode() argument
1324 Add<HStoreCodeEntry>(js_function, code_object); in BuildCheckAndInstallOptimizedCode()
1325 Add<HStoreNamedField>(js_function, HObjectAccess::ForLiteralsPointer(), in BuildCheckAndInstallOptimizedCode()
1332 Add<HStoreNamedField>(js_function, in BuildCheckAndInstallOptimizedCode()
1339 js_function); in BuildCheckAndInstallOptimizedCode()
1345 void CodeStubGraphBuilderBase::BuildInstallCode(HValue* js_function, in BuildInstallCode() argument
1347 Add<HStoreNamedField>(js_function, in BuildInstallCode()
[all …]
Ddebug.cc1471 Handle<JSFunction> js_function(JSFunction::cast(fun)); in PrepareStep() local
1472 if (js_function->shared()->bound()) { in PrepareStep()
1473 Debug::FloodBoundFunctionWithOneShot(js_function); in PrepareStep()
1474 } else if (!js_function->IsFromNativeScript()) { in PrepareStep()
1477 FloodWithOneShot(js_function); in PrepareStep()
1627 Handle<JSFunction> js_function = Handle<JSFunction>::cast(holder); in HandleStepIn() local
1628 if (!js_function->IsFromNativeScript()) { in HandleStepIn()
1629 Debug::FloodWithOneShot(js_function); in HandleStepIn()
1630 } else if (js_function->shared()->bound()) { in HandleStepIn()
1632 Debug::FloodBoundFunctionWithOneShot(js_function); in HandleStepIn()
Dfactory.cc1837 Handle<JSFunction> js_function = Handle<JSFunction>::cast(proxy); in ReinitializeJSProxy() local
1838 InitializeFunction(js_function, shared.ToHandleChecked(), context); in ReinitializeJSProxy()
/external/v8/src/arm64/
Dbuiltins-arm64.cc1173 { Label js_function, non_proxy; in Generate_FunctionCall() local
1174 __ Cbz(call_type, &js_function); in Generate_FunctionCall()
1190 __ Bind(&js_function); in Generate_FunctionCall()
/external/v8/src/ic/
Dic.cc1943 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); in PatchMegamorphic() local
1944 name = handle(js_function->shared()->name(), isolate()); in PatchMegamorphic()
1988 Handle<JSFunction> js_function = Handle<JSFunction>::cast(function); in HandleMiss() local
1989 name = handle(js_function->shared()->name(), isolate()); in HandleMiss()