Lines Matching defs:function
5 #include "src/objects/shared-function-info.h"
14 #include "src/objects/shared-function-info-inl.h"
24 // don't use the function's literal id since getting that is slow for compiled
34 // Set the function data to the "illegal" builtin. Ideally we'd use some sort
85 // Having a bytecode array means we are a compiled, interpreted function.
90 // Having baseline Code means we are a compiled, baseline function.
96 // Having AsmWasmData means we are an asm.js/wasm function.
121 // Having a function template info means we are an API function.
190 // Add shared function info to new script's list. If a collection occurs,
191 // the shared function info may be temporarily in two lists.
210 // Remove shared function info from old script's list.
332 std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)>
383 // function data to point to it. Use the raw function data setter to avoid
418 builder.AppendCStringLiteral("function ");
442 // Get the source for the script which this function came from.
451 os << "function ";
535 // UpdateSharedFunctionFlagsAfterCompilation (compiler.cc), when the function
542 // If we're about to eager compile, we'll have the function literal
664 auto& function = instance.module()->functions[func_index];
665 return static_cast<int>(function.code.offset());
691 auto& function = instance.module()->functions[func_index];
692 return static_cast<int>(function.code.end_offset());