HomeSort by relevance Sort by last modified time
    Searched refs:module_context (Results 1 - 9 of 9) sorted by null

  /external/v8/src/interpreter/
interpreter-intrinsics-generator.cc 368 Node* const module_context = __ LoadModuleContext(context); local
370 __ LoadContextElement(module_context, Context::EXTENSION_INDEX);
interpreter-generator.cc 675 Node* module_context = GetContextAtDepth(GetContext(), depth); local
676 Node* module = LoadContextElement(module_context, Context::EXTENSION_INDEX);
717 Node* module_context = GetContextAtDepth(GetContext(), depth); local
718 Node* module = LoadContextElement(module_context, Context::EXTENSION_INDEX);
    [all...]
  /external/v8/src/heap/
setup-heap-internal.cc 465 ALLOCATE_VARSIZE_MAP(MODULE_CONTEXT_TYPE, module_context)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 264 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
    [all...]
llvm.mli 366 (** [module_context m] returns the context of the specified module.
368 val module_context : llmodule -> llcontext var
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.ml 417 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
    [all...]
llvm.mli 514 (** [module_context m] returns the context of the specified module.
516 val module_context : llmodule -> llcontext var
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 351 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
    [all...]
llvm.mli 493 (** [module_context m] returns the context of the specified module.
495 val module_context : llmodule -> llcontext var
    [all...]

Completed in 1328 milliseconds