Home
last modified time | relevance | path

Searched refs:GetSharedFunctionInfoCode (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-lazy-gen.cc125 GetSharedFunctionInfoCode(shared, &sfi_data_type, &compile_function); in CompileLazy()
Dbuiltins-internal-gen.cc113 TNode<CodeT> code = GetSharedFunctionInfoCode(shared); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3750 TNode<CodeT> GetSharedFunctionInfoCode(
Dcode-stub-assembler.cc14632 TNode<CodeT> CodeStubAssembler::GetSharedFunctionInfoCode( in GetSharedFunctionInfoCode() function in v8::internal::CodeStubAssembler
14780 const TNode<CodeT> code = GetSharedFunctionInfoCode(shared_info); in AllocateFunctionWithMapAndContext()