Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-dependencies.h21 object_wrapper_(Handle<Foreign>::null()), in CompilationDependencies()
62 Handle<Foreign> object_wrapper_;
Dmessages.cc123 Handle<Foreign> callback_obj(Foreign::cast(listener.get(0))); in ReportMessage()
Dobjects-body-descriptors-inl.h280 class Foreign::BodyDescriptor final : public BodyDescriptorBase {
486 return Op::template apply<Foreign::BodyDescriptor>(p1, p2, p3); in BodyDescriptorApply()
Dfactory.h270 Handle<Foreign> NewForeign(Address addr,
275 Handle<Foreign> NewForeign(const AccessorDescriptor* foreign);
Dobjects-debug.cc171 Foreign::cast(this)->ForeignVerify(); in HeapObjectVerify()
892 void Foreign::ForeignVerify() { in ForeignVerify()
Dobjects-printer.cc159 Foreign::cast(this)->ForeignPrint(os); in HeapObjectPrint()
963 void Foreign::ForeignPrint(std::ostream& os) { // NOLINT in ForeignPrint()
Dglobals.h449 class Foreign; variable
Dfactory.cc903 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()
Dobjects.h962 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);
Dapi.h100 v8::internal::Foreign::cast(obj)->foreign_address())); in ToCData()
Dobjects-inl.h858 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()
Dapi.cc5355 return i::Foreign::cast(foreign)->foreign_address(); in ExternalValue()
7572 i::Handle<i::Foreign> callback_obj(i::Foreign::cast(listener.get(0))); in RemoveMessageListeners()
Dobjects.cc15182 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/
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/heap/
Dheap.cc2322 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/
DCMake.rst319 Indicates whether the LLVM Interpreter will be linked with the Foreign Function
/external/v8/src/debug/
Ddebug.cc1752 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