Home
last modified time | relevance | path

Searched defs:IsWasm (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-frames.cc90 bool FrameInspector::IsWasm() { return frame_->is_wasm(); } in IsWasm() function in v8::internal::FrameInspector
Ddebug-interface.cc487 bool Script::IsWasm() const { in IsWasm() function in v8::debug::Script
/third_party/node/deps/v8/include/
Dv8-message.h44 bool IsWasm() const { return (flags_ & kIsWasm) != 0; } in IsWasm() function
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.h157 bool IsWasm() const { return code_kind() == CodeKind::WASM_FUNCTION; } in IsWasm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp379 bool IsWasm = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::Wasm; in emitExceptionTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h398 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm, IsXCOFF }; enumerator
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc739 static inline bool is_wasm_on_be(bool IsWasm) { in is_wasm_on_be()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc564 static inline bool is_wasm_on_be(bool IsWasm) { in is_wasm_on_be()
/third_party/node/deps/v8/src/api/
Dapi.cc3257 bool StackFrame::IsWasm() const { return !IsUserJavaScript(); } in IsWasm() function in v8::StackFrame