Home
last modified time | relevance | path

Searched refs:Foreign (Results 1 – 25 of 41) sorted by relevance

12

/external/v8/src/
Dcompilation-dependencies.h21 object_wrapper_(Handle<Foreign>::null()), in CompilationDependencies()
62 Handle<Foreign> object_wrapper_;
Dmanaged.h24 class Managed : public Foreign {
Dobjects-body-descriptors-inl.h289 class Foreign::BodyDescriptor final : public BodyDescriptorBase {
543 return Op::template apply<Foreign::BodyDescriptor>(p1, p2, p3); in BodyDescriptorApply()
Dfactory.h345 Handle<Foreign> NewForeign(Address addr,
350 Handle<Foreign> NewForeign(const AccessorDescriptor* foreign);
Dmessages.cc148 Foreign* callback_obj = Foreign::cast(listener->get(0)); in ReportMessageNoExceptions()
Dobjects-debug.cc227 Foreign::cast(this)->ForeignVerify(); in HeapObjectVerify()
1040 void Foreign::ForeignVerify() { in ForeignVerify()
Dobjects-printer.cc213 Foreign::cast(this)->ForeignPrint(os); in HeapObjectPrint()
1183 void Foreign::ForeignPrint(std::ostream& os) { // NOLINT in ForeignPrint()
Dglobals.h471 class Foreign; variable
Dfactory.cc1110 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()
Dapi.h34 v8::internal::Foreign::cast(obj)->foreign_address())); in ToCData()
Dobjects.h1039 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/
Dexecutionengine.ml65 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/
Dstartup-serializer.cc73 Address original_address = Foreign::cast(info->getter())->foreign_address(); in SerializeObject()
74 Foreign::cast(info->js_getter())->set_foreign_address(original_address); in SerializeObject()
Dserializer-common.cc90 Foreign::cast(info->js_getter()) in RestoreExternalReferenceRedirectors()
/external/python/cpython2/Modules/_ctypes/libffi/
Dlibffi.pc.in8 Description: Library supporting Foreign Function Interfaces
DREADME30 FFI stands for Foreign Function Interface. A foreign function
/external/protobuf/objectivec/Tests/
DGPBDescriptorTests.m58 // Foreign Enum
86 // Foreign Message
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dsysv.asm4 ; ARM Foreign Function Interface
/external/v8/src/wasm/
Dwasm-objects.h180 Isolate* isolate, Handle<Foreign> module_wrapper,
Dwasm-objects.cc540 Foreign::cast(get(kModuleWrapper))->foreign_address())); in module()
552 Isolate* isolate, Handle<Foreign> module_wrapper, in New()
/external/python/cpython2/Modules/_ctypes/libffi/doc/
Dlibffi.texi89 @acronym{FFI} stands for Foreign Function Interface. A foreign
97 @cindex Foreign Function Interface
Dlibffi.info68 FFI stands for Foreign Function Interface. A foreign function
595 * Foreign Function Interface: Introduction. (line 31)
/external/python/cpython2/Modules/_ctypes/libffi_osx/
DREADME35 Ffi stands for Foreign Function Interface. A foreign function
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
DREADME35 Ffi stands for Foreign Function Interface. A foreign function
/external/v8/src/heap/
Dheap.cc2329 ALLOCATE_MAP(FOREIGN_TYPE, Foreign::kSize, foreign) in CreateInitialMaps()
3039 STATIC_ASSERT(Foreign::kSize <= kMaxRegularHeapObjectSize); in AllocateForeign()
3041 Foreign* result = nullptr; in AllocateForeign()

12