Searched refs:Foreign (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/ |
D | compilation-dependencies.h | 21 object_wrapper_(Handle<Foreign>::null()), in CompilationDependencies() 62 Handle<Foreign> object_wrapper_;
|
D | messages.cc | 123 Handle<Foreign> callback_obj(Foreign::cast(listener.get(0))); in ReportMessage()
|
D | objects-body-descriptors-inl.h | 280 class Foreign::BodyDescriptor final : public BodyDescriptorBase { 486 return Op::template apply<Foreign::BodyDescriptor>(p1, p2, p3); in BodyDescriptorApply()
|
D | factory.h | 270 Handle<Foreign> NewForeign(Address addr, 275 Handle<Foreign> NewForeign(const AccessorDescriptor* foreign);
|
D | objects-debug.cc | 171 Foreign::cast(this)->ForeignVerify(); in HeapObjectVerify() 892 void Foreign::ForeignVerify() { in ForeignVerify()
|
D | objects-printer.cc | 159 Foreign::cast(this)->ForeignPrint(os); in HeapObjectPrint() 963 void Foreign::ForeignPrint(std::ostream& os) { // NOLINT in ForeignPrint()
|
D | globals.h | 449 class Foreign; variable
|
D | factory.cc | 903 Handle<Foreign> Factory::NewForeign(Address addr, PretenureFlag pretenure) { in NewForeign() 906 Foreign); in NewForeign() 910 Handle<Foreign> Factory::NewForeign(const AccessorDescriptor* desc) { in NewForeign() 1401 Handle<Foreign> foreign = NewForeign(static_cast<Address>(value)); in NewExternal()
|
D | objects.h | 962 V(Foreign) \ 5355 Handle<Foreign> info); 5361 void UpdateToFinishedCode(DependencyGroup group, Foreign* info, 5365 Foreign* info); 10070 class Foreign: public HeapObject { 10076 DECLARE_CAST(Foreign) 10079 DECLARE_PRINTER(Foreign) 10080 DECLARE_VERIFIER(Foreign) 10092 DISALLOW_IMPLICIT_CONSTRUCTORS(Foreign);
|
D | api.h | 100 v8::internal::Foreign::cast(obj)->foreign_address())); in ToCData()
|
D | objects-inl.h | 858 TYPE_CHECKER(Foreign, FOREIGN_TYPE) in TYPE_CHECKER() argument 3004 Foreign* p = Foreign::cast(GetCallbacksObject(descriptor_number)); in GetCallbacks() 3208 CAST_ACCESSOR(Foreign) 6288 Address Foreign::foreign_address() { 6293 void Foreign::set_foreign_address(Address value) { in set_foreign_address()
|
D | api.cc | 5355 return i::Foreign::cast(foreign)->foreign_address(); in ExternalValue() 7572 i::Handle<i::Foreign> callback_obj(i::Foreign::cast(listener.get(0))); in RemoveMessageListeners()
|
D | objects.cc | 15182 Handle<Foreign> info) { in InsertCompilationDependencies() 15271 void DependentCode::UpdateToFinishedCode(DependencyGroup group, Foreign* info, in UpdateToFinishedCode() 15300 DependentCode::DependencyGroup group, Foreign* info) { in RemoveCompilationDependencies() 15403 Foreign::cast(obj)->foreign_address()); in MarkCodeForDeoptimization()
|
/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/heap/ |
D | heap.cc | 2322 ALLOCATE_MAP(FOREIGN_TYPE, Foreign::kSize, foreign) in CreateInitialMaps() 3007 STATIC_ASSERT(Foreign::kSize <= Page::kMaxRegularHeapObjectSize); in AllocateForeign() 3009 Foreign* result = nullptr; in AllocateForeign()
|
/external/llvm/docs/ |
D | CMake.rst | 319 Indicates whether the LLVM Interpreter will be linked with the Foreign Function
|
/external/v8/src/debug/ |
D | debug.cc | 1752 Handle<Foreign>::cast(event_listener_)->foreign_address()); in CallEventCallback()
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 960 support C Foreign Procedure Call, having a C API ease integration whichever the
|