Home
last modified time | relevance | path

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

12

/external/v8/src/wasm/
Dmanaged.h19 class Managed : public Foreign {
27 Handle<Foreign> foreign =
Dwasm-objects.h191 MACRO(OBJECT, Foreign, module_wrapper) \
/external/v8/src/
Dcompilation-dependencies.h21 object_wrapper_(Handle<Foreign>::null()), in CompilationDependencies()
62 Handle<Foreign> object_wrapper_;
Dobjects-body-descriptors-inl.h287 class Foreign::BodyDescriptor final : public BodyDescriptorBase {
537 return Op::template apply<Foreign::BodyDescriptor>(p1, p2, p3); in BodyDescriptorApply()
Dfactory.h337 Handle<Foreign> NewForeign(Address addr,
342 Handle<Foreign> NewForeign(const AccessorDescriptor* foreign);
Dmessages.cc136 Foreign* callback_obj = Foreign::cast(listener->get(0)); in ReportMessage()
Dobjects-debug.cc217 Foreign::cast(this)->ForeignVerify(); in HeapObjectVerify()
980 void Foreign::ForeignVerify() { in ForeignVerify()
Dobjects-printer.cc212 Foreign::cast(this)->ForeignPrint(os); in HeapObjectPrint()
1199 void Foreign::ForeignPrint(std::ostream& os) { // NOLINT in ForeignPrint()
Dfactory.cc1064 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()
Dglobals.h460 class Foreign; variable
Dapi.h35 v8::internal::Foreign::cast(obj)->foreign_address())); in ToCData()
Dobjects.h1121 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);
Dobjects-inl.h841 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()
Dapi.cc5968 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()
Dobjects.cc15162 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/
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/protobuf/objectivec/Tests/
DGPBDescriptorTests.m58 // Foreign Enum
86 // Foreign Message
/external/v8/src/heap/
Dheap.cc2270 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/
DCMake.rst324 Indicates whether the LLVM Interpreter will be linked with the Foreign Function
/external/v8/src/debug/
Ddebug.cc1898 Handle<Foreign>::cast(event_listener_)->foreign_address()); in CallEventCallback()
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md960 support C Foreign Procedure Call, having a C API ease integration whichever the
/external/v8/src/arm/
Dcode-stubs-arm.cc4556 FieldMemOperand(scratch, Foreign::kForeignAddressOffset)); in Generate()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc4905 FieldMemOperand(scratch, Foreign::kForeignAddressOffset)); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc4536 FieldOperand(scratch, Foreign::kForeignAddressOffset)); in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.cc4547 FieldOperand(scratch, Foreign::kForeignAddressOffset)); in Generate()

12