Home
last modified time | relevance | path

Searched refs:module_context (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc335 const TNode<Context> module_context = __ LoadModuleContext(context); in GetImportMetaObject() local
337 __ CAST(__ LoadContextElement(module_context, Context::EXTENSION_INDEX)); in GetImportMetaObject()
Dinterpreter-generator.cc752 TNode<Context> module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER() local
754 CAST(LoadContextElement(module_context, Context::EXTENSION_INDEX)); in IGNITION_HANDLER()
797 TNode<Context> module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER() local
799 CAST(LoadContextElement(module_context, Context::EXTENSION_INDEX)); in IGNITION_HANDLER()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml351 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
Dllvm.mli493 (** [module_context m] returns the context of the specified module.
495 val module_context : llmodule -> llcontext val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml417 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
Dllvm.mli514 (** [module_context m] returns the context of the specified module.
516 val module_context : llmodule -> llcontext val