Searched refs:Foreign (Results 1 – 25 of 30) sorted by relevance
12
/external/v8/src/wasm/ |
D | managed.h | 19 class Managed : public Foreign { 27 Handle<Foreign> foreign =
|
D | wasm-objects.h | 191 MACRO(OBJECT, Foreign, module_wrapper) \
|
/external/v8/src/ |
D | compilation-dependencies.h | 21 object_wrapper_(Handle<Foreign>::null()), in CompilationDependencies() 62 Handle<Foreign> object_wrapper_;
|
D | objects-body-descriptors-inl.h | 287 class Foreign::BodyDescriptor final : public BodyDescriptorBase { 537 return Op::template apply<Foreign::BodyDescriptor>(p1, p2, p3); in BodyDescriptorApply()
|
D | factory.h | 337 Handle<Foreign> NewForeign(Address addr, 342 Handle<Foreign> NewForeign(const AccessorDescriptor* foreign);
|
D | messages.cc | 136 Foreign* callback_obj = Foreign::cast(listener->get(0)); in ReportMessage()
|
D | objects-debug.cc | 217 Foreign::cast(this)->ForeignVerify(); in HeapObjectVerify() 980 void Foreign::ForeignVerify() { in ForeignVerify()
|
D | objects-printer.cc | 212 Foreign::cast(this)->ForeignPrint(os); in HeapObjectPrint() 1199 void Foreign::ForeignPrint(std::ostream& os) { // NOLINT in ForeignPrint()
|
D | factory.cc | 1064 Handle<Foreign> Factory::NewForeign(Address addr, PretenureFlag pretenure) { in NewForeign() 1067 Foreign); in NewForeign() 1071 Handle<Foreign> Factory::NewForeign(const AccessorDescriptor* desc) { in NewForeign() 1541 Handle<Foreign> foreign = NewForeign(static_cast<Address>(value)); in NewExternal()
|
D | globals.h | 460 class Foreign; variable
|
D | api.h | 35 v8::internal::Foreign::cast(obj)->foreign_address())); in ToCData()
|
D | objects.h | 1121 V(Foreign) \ 6022 Handle<Foreign> info); 6028 void UpdateToFinishedCode(DependencyGroup group, Foreign* info, 6032 Foreign* info); 11156 class Foreign: public HeapObject { 11162 DECLARE_CAST(Foreign) 11165 DECLARE_PRINTER(Foreign) 11166 DECLARE_VERIFIER(Foreign) 11178 DISALLOW_IMPLICIT_CONSTRUCTORS(Foreign);
|
D | objects-inl.h | 841 TYPE_CHECKER(Foreign, FOREIGN_TYPE) in TYPE_CHECKER() argument 3062 Foreign* p = Foreign::cast(GetCallbacksObject(descriptor_number)); in GetCallbacks() 3302 CAST_ACCESSOR(Foreign) in CAST_ACCESSOR() 6737 Address Foreign::foreign_address() { 6742 void Foreign::set_foreign_address(Address value) { in set_foreign_address()
|
D | api.cc | 5968 return i::Foreign::cast(foreign)->foreign_address(); in ExternalValue() 8446 i::Handle<i::Foreign> foreign = in AddMessageListener() 8466 i::Foreign* callback_obj = i::Foreign::cast(listener->get(0)); in RemoveMessageListeners()
|
D | objects.cc | 15162 Handle<Foreign> info) { in InsertCompilationDependencies() 15251 void DependentCode::UpdateToFinishedCode(DependencyGroup group, Foreign* info, in UpdateToFinishedCode() 15280 DependentCode::DependencyGroup group, Foreign* info) { in RemoveCompilationDependencies() 15383 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/protobuf/objectivec/Tests/ |
D | GPBDescriptorTests.m | 58 // Foreign Enum 86 // Foreign Message
|
/external/v8/src/heap/ |
D | heap.cc | 2270 ALLOCATE_MAP(FOREIGN_TYPE, Foreign::kSize, foreign) in CreateInitialMaps() 2992 STATIC_ASSERT(Foreign::kSize <= kMaxRegularHeapObjectSize); in AllocateForeign() 2994 Foreign* result = nullptr; in AllocateForeign()
|
/external/llvm/docs/ |
D | CMake.rst | 324 Indicates whether the LLVM Interpreter will be linked with the Foreign Function
|
/external/v8/src/debug/ |
D | debug.cc | 1898 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
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 4556 FieldMemOperand(scratch, Foreign::kForeignAddressOffset)); in Generate()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 4905 FieldMemOperand(scratch, Foreign::kForeignAddressOffset)); in Generate()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 4536 FieldOperand(scratch, Foreign::kForeignAddressOffset)); in Generate()
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 4547 FieldOperand(scratch, Foreign::kForeignAddressOffset)); in Generate()
|
12