Searched defs:is_import (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | function-compiler.h | 117 bool is_import() const { return is_import_; } in is_import() function
|
H A D | function-compiler.cc | 269 const bool is_import = false; in CompileSpecificJSToWasmWrapper() local 208 JSToWasmWrapperCompilationUnit( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import, const WasmFeatures& enabled_features, AllowGeneric allow_generic) JSToWasmWrapperCompilationUnit() argument 254 CompileJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import) CompileJSToWasmWrapper() argument
|
H A D | wasm-module.cc | 54 GetExportWrapperIndexInternal(const WasmModule* module, int canonical_sig_index, bool is_import) GetExportWrapperIndexInternal() argument 60 GetExportWrapperIndex(const WasmModule* module, const FunctionSig* sig, bool is_import) GetExportWrapperIndex() argument 67 GetExportWrapperIndex(const WasmModule* module, uint32_t sig_index, bool is_import) GetExportWrapperIndex() argument
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 311 def is_import(node): function
|
/third_party/gn/src/gn/ |
H A D | command_format.cc | 448 auto is_import = [](const PARSENODE* p) { in SortImports() local
|
Completed in 6 milliseconds