Home
last modified time | relevance | path

Searched defs:IsCallable (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h304 bool IsCallable) in Symbol()
351 JITTargetAddress Size, bool IsCallable, in constructAnonDef()
364 bool IsLive, bool IsCallable) { in constructNamedDef()
416 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable()
522 uint64_t IsCallable : 1; variable
884 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol()
895 Scope S, bool IsCallable, bool IsLive) { in addDefinedSymbol()
/third_party/node/deps/v8/src/parsing/
Dtoken.h243 static bool IsCallable(Value token) { in IsCallable() function
/third_party/node/deps/v8/src/torque/
Ddeclarable.h88 bool IsCallable() const { in IsCallable() function
/third_party/node/deps/v8/src/objects/
Dobjects-inl.h211 DEF_GETTER(HeapObject, IsCallable, bool) { in DEF_GETTER() argument
/third_party/node/deps/v8/src/api/
Dapi.cc5173 bool v8::Object::IsCallable() const { in IsCallable() function in v8::v8::Object
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6332 TNode<BoolT> CodeStubAssembler::IsCallable(TNode<HeapObject> object) { in IsCallable() function in v8::internal::CodeStubAssembler