Searched refs:Foreign (Results 1 – 25 of 41) sorted by relevance
12
/external/v8/src/ |
D | compilation-dependencies.h | 21 object_wrapper_(Handle<Foreign>::null()), in CompilationDependencies() 62 Handle<Foreign> object_wrapper_;
|
D | managed.h | 24 class Managed : public Foreign {
|
D | objects-body-descriptors-inl.h | 289 class Foreign::BodyDescriptor final : public BodyDescriptorBase { 543 return Op::template apply<Foreign::BodyDescriptor>(p1, p2, p3); in BodyDescriptorApply()
|
D | factory.h | 345 Handle<Foreign> NewForeign(Address addr, 350 Handle<Foreign> NewForeign(const AccessorDescriptor* foreign);
|
D | messages.cc | 148 Foreign* callback_obj = Foreign::cast(listener->get(0)); in ReportMessageNoExceptions()
|
D | objects-debug.cc | 227 Foreign::cast(this)->ForeignVerify(); in HeapObjectVerify() 1040 void Foreign::ForeignVerify() { in ForeignVerify()
|
D | objects-printer.cc | 213 Foreign::cast(this)->ForeignPrint(os); in HeapObjectPrint() 1183 void Foreign::ForeignPrint(std::ostream& os) { // NOLINT in ForeignPrint()
|
D | globals.h | 471 class Foreign; variable
|
D | factory.cc | 1110 Handle<Foreign> Factory::NewForeign(Address addr, PretenureFlag pretenure) { in NewForeign() 1113 Foreign); in NewForeign() 1117 Handle<Foreign> Factory::NewForeign(const AccessorDescriptor* desc) { in NewForeign() 1631 Handle<Foreign> foreign = NewForeign(static_cast<Address>(value)); in NewExternal()
|
D | api.h | 34 v8::internal::Foreign::cast(obj)->foreign_address())); in ToCData()
|
D | objects.h | 1039 V(Foreign) \ 5545 Handle<Foreign> info); 5551 void UpdateToFinishedCode(DependencyGroup group, Foreign* info, 5555 Foreign* info); 10850 class Foreign: public HeapObject { 10856 DECLARE_CAST(Foreign) 10859 DECLARE_PRINTER(Foreign) 10860 DECLARE_VERIFIER(Foreign) 10872 DISALLOW_IMPLICIT_CONSTRUCTORS(Foreign);
|
/external/llvm/test/Bindings/OCaml/ |
D | executionengine.ml | 65 let cg = coerce (Foreign.funptr (void @-> returning int32_t)) (ptr void) 84 let cplusty = Foreign.funptr (int32_t @-> int32_t @-> returning int32_t) in 89 (* let cgetglobalty = Foreign.funptr (void @-> returning int32_t) in
|
/external/v8/src/snapshot/ |
D | startup-serializer.cc | 73 Address original_address = Foreign::cast(info->getter())->foreign_address(); in SerializeObject() 74 Foreign::cast(info->js_getter())->set_foreign_address(original_address); in SerializeObject()
|
D | serializer-common.cc | 90 Foreign::cast(info->js_getter()) in RestoreExternalReferenceRedirectors()
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | libffi.pc.in | 8 Description: Library supporting Foreign Function Interfaces
|
D | README | 30 FFI stands for Foreign Function Interface. A foreign function
|
/external/protobuf/objectivec/Tests/ |
D | GPBDescriptorTests.m | 58 // Foreign Enum 86 // Foreign Message
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | sysv.asm | 4 ; ARM Foreign Function Interface
|
/external/v8/src/wasm/ |
D | wasm-objects.h | 180 Isolate* isolate, Handle<Foreign> module_wrapper,
|
D | wasm-objects.cc | 540 Foreign::cast(get(kModuleWrapper))->foreign_address())); in module() 552 Isolate* isolate, Handle<Foreign> module_wrapper, in New()
|
/external/python/cpython2/Modules/_ctypes/libffi/doc/ |
D | libffi.texi | 89 @acronym{FFI} stands for Foreign Function Interface. A foreign 97 @cindex Foreign Function Interface
|
D | libffi.info | 68 FFI stands for Foreign Function Interface. A foreign function 595 * Foreign Function Interface: Introduction. (line 31)
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
D | README | 35 Ffi stands for Foreign Function Interface. A foreign function
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | README | 35 Ffi stands for Foreign Function Interface. A foreign function
|
/external/v8/src/heap/ |
D | heap.cc | 2329 ALLOCATE_MAP(FOREIGN_TYPE, Foreign::kSize, foreign) in CreateInitialMaps() 3039 STATIC_ASSERT(Foreign::kSize <= kMaxRegularHeapObjectSize); in AllocateForeign() 3041 Foreign* result = nullptr; in AllocateForeign()
|
12