Searched refs:sfi_code (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-lazy-gen.cc | 119 TNode<Code> sfi_code = GetSharedFunctionInfoCode(shared, &compile_function); in CompileLazy() local 140 CSA_ASSERT(this, TaggedNotEqual(sfi_code, HeapConstant(BUILTIN_CODE( in CompileLazy() 142 StoreObjectField(function, JSFunction::kCodeOffset, sfi_code); in CompileLazy() 143 GenerateTailCallToJSCode(sfi_code, function); in CompileLazy()
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 12984 TVARIABLE(Code, sfi_code); in GetSharedFunctionInfoCode() 12995 sfi_code = LoadBuiltin(CAST(sfi_data)); in GetSharedFunctionInfoCode() 13033 sfi_code = HeapConstant(BUILTIN_CODE(isolate(), InterpreterEntryTrampoline)); in GetSharedFunctionInfoCode() 13038 sfi_code = CAST(LoadObjectField( in GetSharedFunctionInfoCode() 13044 sfi_code = HeapConstant(BUILTIN_CODE(isolate(), InstantiateAsmJs)); in GetSharedFunctionInfoCode() 13052 sfi_code = HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)); in GetSharedFunctionInfoCode() 13057 sfi_code = HeapConstant(BUILTIN_CODE(isolate(), HandleApiCall)); in GetSharedFunctionInfoCode() 13065 sfi_code = CAST(LoadObjectField( in GetSharedFunctionInfoCode() 13071 sfi_code = CAST( in GetSharedFunctionInfoCode() 13077 sfi_code = CAST(LoadObjectField(CAST(sfi_data), in GetSharedFunctionInfoCode() [all …]
|