Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc368 Node* const module_context = __ LoadModuleContext(context); in GetImportMetaObject() local
370 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in GetImportMetaObject()
Dinterpreter-generator.cc675 Node* module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER() local
676 Node* module = LoadContextElement(module_context, Context::EXTENSION_INDEX); in IGNITION_HANDLER()
717 Node* module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER() local
718 Node* module = LoadContextElement(module_context, Context::EXTENSION_INDEX); in IGNITION_HANDLER()
/external/v8/src/heap/
Dsetup-heap-internal.cc465 ALLOCATE_VARSIZE_MAP(MODULE_CONTEXT_TYPE, module_context) in CreateInitialMaps()
/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/bindings/ocaml/llvm/
Dllvm.ml264 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
Dllvm.mli366 (** [module_context m] returns the context of the specified module.
368 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