Lines Matching defs:function
1217 // F<function-id>O<script-offset>[I<inlining-id>]
1219 // <function-id> is an index into the <fns> function table
1220 // <fns> is the function table encoded as a sequence of strings
1221 // S<shared-function-info-address>
1416 // events for the same wasm function, even if it gets compiled again. For
1417 // normal JS functions, we use the shared function info. For wasm, the pointer
1418 // to the native module + function index works well enough.
1587 msg << "function" << Logger::kNext << reason << Logger::kNext << script_id
1851 JSFunction function = JSFunction::cast(obj);
1855 if (function.HasAttachedOptimizedCode() &&
1856 Script::cast(function.shared().script()).HasValidSource()) {
1858 handle(function.shared(), isolate),
1859 handle(AbstractCode::cast(FromCodeT(function.code())), isolate));
2172 description = "A Wasm function";
2289 // API function.
2303 // Fast API function.