Home
last modified time | relevance | path

Searched refs:compile_function (Results 1 – 25 of 128) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-lazy-gen.cc112 Label compile_function(this, Label::kDeferred); in CompileLazy() local
119 TNode<Code> sfi_code = GetSharedFunctionInfoCode(shared, &compile_function); in CompileLazy()
124 GotoIf(IsUndefined(feedback_cell_value), &compile_function); in CompileLazy()
145 BIND(&compile_function); in CompileLazy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-lazy-gen.cc121 Label compile_function(this, Label::kDeferred); in CompileLazy() local
128 TNode<Code> sfi_code = GetSharedFunctionInfoCode(shared, &compile_function); in CompileLazy()
133 GotoIf(IsUndefined(feedback_cell_value), &compile_function); in CompileLazy()
154 BIND(&compile_function); in CompileLazy()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-lazy-gen.cc117 Label compile_function(this, Label::kDeferred); in CompileLazy() local
126 GetSharedFunctionInfoCode(shared, &sfi_data_type, &compile_function); in CompileLazy()
131 GotoIf(IsUndefined(feedback_cell_value), &compile_function); in CompileLazy()
178 BIND(&compile_function); in CompileLazy()
/dports/games/spring/spring_98.0/AI/Interfaces/Python/builder/template/
H A Dengine.py462 def tag(self, name=None, compile_function=None): argument
463 if name == None and compile_function == None:
466 elif name != None and compile_function == None:
475 elif name != None and compile_function != None:
477 self.tags[name] = compile_function
478 return compile_function
480 … InvalidTemplateLibrary("Unsupported arguments to Library.tag: (%r, %r)", (name, compile_function))
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_cgutils.py28 def compile_function(self, nargs): member in StructureTestCase
63 with self.compile_function(2) as (context, builder, args, call):
71 with self.compile_function(1) as (context, builder, args, call):
H A Dtest_sets.py17 tag, compile_function)
25 return compile_function('build_set', code, globals())
184 return compile_function('operator_usecase', code, globals())
195 return compile_function('inplace_operator_usecase', code, globals())
202 return compile_function('comparison_usecase', code, globals())
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/
H A Dmod.rs55 fn compile_function( in compile_function() method
145 let buffer = backend.compile_function(&mut func, false).unwrap().buffer; in test_compile_function()
201 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dmod.rs49 fn compile_function( in compile_function() method
137 let sections = backend.compile_function(&mut func, false).unwrap().sections; in test_compile_function()
193 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/s390x/
H A Dmod.rs66 fn compile_function( in compile_function() method
215 .compile_function(&mut func, /* want_disasm = */ false) in test_compile_function()
267 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dmod.rs64 fn compile_function( in compile_function() method
216 let buffer = backend.compile_function(&mut func, false).unwrap().buffer; in test_compile_function()
274 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dmod.rs64 fn compile_function( in compile_function() method
216 let buffer = backend.compile_function(&mut func, false).unwrap().buffer; in test_compile_function()
274 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/
H A Dmod.rs66 fn compile_function( in compile_function() method
215 .compile_function(&mut func, /* want_disasm = */ false) in test_compile_function()
267 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/
H A Dmod.rs64 fn compile_function( in compile_function() method
218 let buffer = backend.compile_function(&mut func, false).unwrap().buffer; in test_compile_function()
276 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/
H A Dmod.rs67 fn compile_function( in compile_function() method
223 .compile_function(&mut func, /* want_disasm = */ false) in test_compile_function()
275 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dmod.rs64 fn compile_function( in compile_function() method
216 let buffer = backend.compile_function(&mut func, false).unwrap().buffer; in test_compile_function()
274 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/
H A Dmod.rs66 fn compile_function( in compile_function() method
215 .compile_function(&mut func, /* want_disasm = */ false) in test_compile_function()
267 .compile_function(&mut func, /* want_disasm = */ false) in test_branch_lowering()
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/pybind11/
H A Dsetup_helpers.py328 def compile_function( function
382 return compile_function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/pybind11/pybind11/
H A Dsetup_helpers.py328 def compile_function( function
382 return compile_function
/dports/math/cadabra2/cadabra2-2.3.6.8/libs/pybind11/pybind11/
H A Dsetup_helpers.py333 def compile_function( function
387 return compile_function
/dports/www/hotcrp/hotcrp-2.102/src/search/
H A Dst_formula.php11 $this->function = $formula->compile_function();
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/pybind11/
H A Dsetup_helpers.py413 def compile_function( function
471 return compile_function
/dports/devel/pybind11/pybind11-2.8.1/pybind11/
H A Dsetup_helpers.py413 def compile_function( function
471 return compile_function
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/pybind11/
H A Dsetup_helpers.py413 def compile_function( function
471 return compile_function
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/x64/
H A Dmod.rs48 fn compile_function( in compile_function() method
/dports/devel/py-pybind11/pybind11-2.9.0/pybind11/
H A Dsetup_helpers.py419 def compile_function( function
483 return compile_function

123456