Home
last modified time | relevance | path

Searched refs:CompileFunction (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp147 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local
148 if (!CompileFunction) { in LLJIT()
149 Err = CompileFunction.takeError(); in LLJIT()
153 *ES, ObjTransformLayer, std::move(*CompileFunction)); in LLJIT()
DIndirectionUtils.cpp26 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anonea730c3c0111::CompileCallbackMaterializationUnit
29 CompileFunction Compile, VModuleKey K) in CompileCallbackMaterializationUnit()
50 CompileFunction Compile;
62 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
/third_party/node/src/
Dnode_builtins.cc303 ScriptCompiler::CompileFunction(context, in LookupAndCompileInternal()
648 void BuiltinLoader::CompileFunction(const FunctionCallbackInfo<Value>& args) { in CompileFunction() function in node::builtins::BuiltinLoader
714 SetMethod(isolate, proto, "compileFunction", BuiltinLoader::CompileFunction); in CreatePerIsolateProperties()
733 registry->Register(CompileFunction); in RegisterExternalReferences()
Dnode_builtins.h130 static void CompileFunction(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_contextify.cc330 SetMethod(context, target, "compileFunction", CompileFunction); in Init()
337 registry->Register(CompileFunction); in RegisterExternalReferences()
1137 void ContextifyContext::CompileFunction( in CompileFunction() function in node::contextify::ContextifyContext
1260 MaybeLocal<Function> maybe_fn = ScriptCompiler::CompileFunction( in CompileFunction()
Dnode_contextify.h105 static void CompileFunction(
Dnode_snapshotable.cc1481 if (ScriptCompiler::CompileFunction(context, in CompileSerializeMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h187 using CompileFunction = std::function<JITTargetAddress()>;
192 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h206 void CompileFunction(Isolate* isolate, NativeModule* native_module,
Dwasm-engine.cc701 void WasmEngine::CompileFunction(Isolate* isolate, NativeModule* native_module, in CompileFunction() function in v8::internal::wasm::WasmEngine
/third_party/node/deps/v8/include/
Dv8-script.h659 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunction(
/third_party/node/deps/v8/src/runtime/
Druntime-test-wasm.cc435 wasm::GetWasmEngine()->CompileFunction(isolate, native_module, function_index, in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/api/
Dapi.cc2587 V8_WARN_UNUSED_RESULT MaybeLocal<Function> ScriptCompiler::CompileFunction( in CompileFunction() function in v8::ScriptCompiler
2618 PREPARE_FOR_EXECUTION(v8_context, ScriptCompiler, CompileFunction, in CompileFunctionInternal()
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md178 enable compilation cache support for `vm.CompileFunction`.
939 …/nodejs/node/commit/3f65598a41)] - **src**: remove kEagerCompile for CompileFunction (Keyhan Vakil…
4104 …/nodejs/node/commit/45e1fd4473)] - **deps**: silence V8's warning on CompileFunction (Michaël Zass…
4567 …/nodejs/node/commit/cdcc82cced)] - **deps**: silence V8's warning on CompileFunction (Michaël Zass…
4574 …/nodejs/node/commit/3c8782f70e)] - **deps**: silence V8's warning on CompileFunction (Michaël Zass…
4575 …/nodejs/node/commit/9318408c49)] - **deps**: silence V8's warning on CompileFunction (Michaël Zass…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp101510 CompileFunction(JSContext* cx, AutoObjectVector& envChain,
101519 CompileFunction(JSContext* cx, AutoObjectVector& envChain,
101528 CompileFunction(JSContext* cx, AutoObjectVector& envChain,
152750 static nsresult CompileFunction(mozilla::dom::AutoJSAPI& jsapi,