Home
last modified time | relevance | path

Searched refs:IsWasmCapiFunction (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dlinkage.h303 bool IsWasmCapiFunction() const { return kind_ == kCallWasmCapiFunction; } in NON_EXPORTED_BASE()
Dwasm-compiler.cc7821 if (WasmCapiFunction::IsWasmCapiFunction(*callable)) { in ResolveWasmImportCall()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc365 DCHECK(WasmCapiFunction::IsWasmCapiFunction(*external)); in SetFunctionTableEntry()
1892 bool WasmCapiFunction::IsWasmCapiFunction(Object object) { in IsWasmCapiFunction() function in v8::internal::WasmCapiFunction
2219 WasmCapiFunction::IsWasmCapiFunction(*external)) { in FromExternal()
2271 WasmCapiFunction::IsWasmCapiFunction(*value))) { in TypecheckJSObject()
2356 if (WasmCapiFunction::IsWasmCapiFunction(*value)) { in TypecheckJSObject()
Dwasm-objects-inl.h301 SLOW_DCHECK(IsWasmCapiFunction(*this)); in TQ_OBJECT_CONSTRUCTORS_IMPL()
Dwasm-objects.h644 static bool IsWasmCapiFunction(Object object);
Dc-api.cc1474 if (i::WasmCapiFunction::IsWasmCapiFunction(*func)) { in type()
1486 if (i::WasmCapiFunction::IsWasmCapiFunction(*func)) { in param_arity()
1499 if (i::WasmCapiFunction::IsWasmCapiFunction(*func)) { in result_arity()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc696 linkage()->GetIncomingDescriptor()->IsWasmCapiFunction(); in AssembleArchInstruction()
2224 call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
2227 if (call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1310 if (linkage()->GetIncomingDescriptor()->IsWasmCapiFunction()) { in AssembleArchInstruction()
1326 if (linkage()->GetIncomingDescriptor()->IsWasmCapiFunction()) { in AssembleArchInstruction()
3415 call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
3418 if (call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc836 if (linkage()->GetIncomingDescriptor()->IsWasmCapiFunction()) { in AssembleArchInstruction()
859 if (linkage()->GetIncomingDescriptor()->IsWasmCapiFunction()) { in AssembleArchInstruction()
4036 call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
4039 if (call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1342 if (linkage()->GetIncomingDescriptor()->IsWasmCapiFunction()) { in AssembleArchInstruction()
1358 if (linkage()->GetIncomingDescriptor()->IsWasmCapiFunction()) { in AssembleArchInstruction()
4674 call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
4681 if (call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc812 if (linkage()->GetIncomingDescriptor()->IsWasmCapiFunction()) { in AssembleArchInstruction()
3714 call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
3717 if (call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc978 linkage()->GetIncomingDescriptor()->IsWasmCapiFunction(); in AssembleArchInstruction()
4058 call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
4061 if (call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc748 linkage()->GetIncomingDescriptor()->IsWasmCapiFunction(); in AssembleArchInstruction()
3980 call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
3983 if (call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc713 linkage()->GetIncomingDescriptor()->IsWasmCapiFunction(); in AssembleArchInstruction()
4182 call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
4185 if (call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc766 linkage()->GetIncomingDescriptor()->IsWasmCapiFunction(); in AssembleArchInstruction()
3887 call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
3890 if (call_descriptor->IsWasmCapiFunction()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc833 if (linkage()->GetIncomingDescriptor()->IsWasmCapiFunction()) { in AssembleArchInstruction()
848 if (linkage()->GetIncomingDescriptor()->IsWasmCapiFunction()) { in AssembleArchInstruction()