Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.cc847 Node* module_context = __ GetContextAtDepth(__ GetContext(), depth); in DoLdaModuleVariable() local
849 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in DoLdaModuleVariable()
890 Node* module_context = __ GetContextAtDepth(__ GetContext(), depth); in DoStaModuleVariable() local
892 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in DoStaModuleVariable()
/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/v8/src/heap/
Dheap.cc2346 ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, module_context) in CreateInitialMaps()