Searched refs:CompileLazy (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-lazy-gen.cc | 119 void LazyBuiltinsAssembler::CompileLazy(TNode<JSFunction> function) { in CompileLazy() function in v8::internal::LazyBuiltinsAssembler 139 WordNotEqual(code, HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)))); in CompileLazy() 149 TF_BUILTIN(CompileLazy, LazyBuiltinsAssembler) { in TF_BUILTIN() argument 152 CompileLazy(function); in TF_BUILTIN() 159 TNode<Code> code = HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)); in TF_BUILTIN()
|
D | builtins-lazy-gen.h | 31 void CompileLazy(TNode<JSFunction> function);
|
D | builtins-definitions.h | 127 TFC(CompileLazy, JSTrampoline, 1) \
|
/external/v8/src/wasm/ |
D | module-compiler.h | 70 Address CompileLazy(Isolate*, NativeModule*, uint32_t func_index);
|
D | module-compiler.cc | 401 Address CompileLazy(Isolate* isolate, NativeModule* native_module, in CompileLazy() function
|
/external/v8/src/runtime/ |
D | runtime-wasm.cc | 318 Address entrypoint = wasm::CompileLazy( in RUNTIME_FUNCTION()
|
D | runtime.h | 111 F(CompileLazy, 1, 1) \
|
/external/v8/src/ |
D | compiler.cc | 82 DCHECK(!abstract_code.is_identical_to(BUILTIN_CODE(isolate, CompileLazy))); in LogFunctionCompilation()
|
D | log.cc | 2150 if (code_objects[i].is_identical_to(BUILTIN_CODE(isolate_, CompileLazy))) in LogCompiledFunctions()
|
D | code-stub-assembler.cc | 12365 sfi_code = HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)); in GetSharedFunctionInfoCode()
|