Home
last modified time | relevance | path

Searched refs:ContextRef (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument
40 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext()
58 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() argument
62 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2()
78 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument
81 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext()
105 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2() argument
108 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2()
/third_party/node/deps/v8/src/compiler/
H A Djs-context-specialization.cc101 base::Optional<ContextRef> GetSpecializationContext( in GetSpecializationContext()
131 return base::Optional<ContextRef>(); in GetSpecializationContext()
145 base::Optional<ContextRef> maybe_concrete = in ReduceJSLoadContext()
154 ContextRef concrete = maybe_concrete.value(); in ReduceJSLoadContext()
208 base::Optional<ContextRef> maybe_concrete = in ReduceJSStoreContext()
217 ContextRef concrete = maybe_concrete.value(); in ReduceJSStoreContext()
227 base::Optional<ContextRef> GetModuleContext(JSHeapBroker* broker, Node* node, in GetModuleContext()
232 auto find_context = [](ContextRef c) { in GetModuleContext()
269 return base::Optional<ContextRef>(); in GetModuleContext()
273 base::Optional<ContextRef> maybe_contex in ReduceJSGetImportMeta()
[all...]
H A Dprocessed-feedback.h76 GlobalAccessFeedback(ContextRef script_context, int slot_index,
86 ContextRef script_context() const;
H A Dheap-refs.h457 ContextRef context() const;
502 class ContextRef : public HeapObjectRef { class in v8::internal::compiler::HeapObjectType
511 ContextRef previous(size_t* depth) const;
513 // Only returns a value if the index is valid for this ContextRef.
562 class NativeContextRef : public ContextRef {
564 DEFINE_REF_CONSTRUCTOR(NativeContext, ContextRef)
H A Djs-heap-broker.cc291 GlobalAccessFeedback::GlobalAccessFeedback(ContextRef script_context, in GlobalAccessFeedback()
316 ContextRef GlobalAccessFeedback::script_context() const { in script_context()
560 ContextRef context = MakeRefAssumeMemoryFence( in ReadFeedbackForGlobalAccess()
H A Dheap-refs.cc600 ContextRef context = in Cache()
923 ContextRef ContextRef::previous(size_t* depth) const { in previous()
936 base::Optional<ObjectRef> ContextRef::get(int index) const { in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DBitReader.h48 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
52 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
60 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
66 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
H A DIRReader.h31 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
H A DIRReader.cpp115 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument
122 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()

Completed in 12 milliseconds