/external/v8/src/builtins/ |
builtins-bigint.cc | 27 JSReceiver::ToPrimitive(Handle<JSReceiver>::cast(value), 78 if (value->IsBigInt()) return Handle<BigInt>::cast(value); 83 Object* data = JSValue::cast(*value)->value(); 84 if (data->IsBigInt()) return handle(BigInt::cast(data), isolate);
|
/external/v8/src/ |
field-type.h | 25 static FieldType* cast(Object* object);
|
/external/v8/src/heap/ |
incremental-marking-inl.h | 23 HeapObject::cast(value));
|
/external/v8/src/objects/ |
api-callbacks-inl.h | 41 Foreign::cast(getter())->foreign_address() != kNullAddress); 49 Foreign::cast(setter())->foreign_address() != kNullAddress); 70 return FunctionTemplateInfo::cast(expected_receiver_type()) 71 ->IsTemplateFor(JSObject::cast(receiver)->map());
|
frame-array-inl.h | 23 return type::cast(obj); \
|
js-collection-inl.h | 33 OrderedHashMap* table(OrderedHashMap::cast(this->table()));
|
templates-inl.h | 76 SharedFunctionInfo* shared = SharedFunctionInfo::cast(maybe_shared); 85 : FunctionTemplateInfo::cast(parent); 91 FunctionTemplateInfo* constructor = FunctionTemplateInfo::cast(maybe_ctor); 97 return ObjectTemplateInfo::cast(maybe_obj);
|
/external/v8/src/runtime/ |
runtime-literals.cc | 123 Handle<JSObject> value(JSObject::cast(raw), isolate); 129 uint64_t double_value = MutableHeapNumber::cast(raw)->value_as_bits(); 141 Handle<JSObject> value(JSObject::cast(raw), isolate); 156 Handle<FixedArray> elements(FixedArray::cast(copy->elements()), isolate); 167 Handle<JSObject> value(JSObject::cast(raw), isolate); 182 Handle<JSObject> value(JSObject::cast(raw), isolate); 325 Handle<ObjectBoilerplateDescription>::cast(description); 376 Handle<String> name = Handle<String>::cast(key); 399 Handle<ArrayBoilerplateDescription>::cast(description); 411 Handle<FixedDoubleArray>::cast(constant_elements_values)) [all...] |
/external/v8/src/snapshot/ |
serializer.cc | 126 PutSmi(Smi::cast(object)); 128 SerializeObject(HeapObject::cast(object), kPlain, kStartOfObject, 0); 212 Code* code = Code::cast(obj); 236 Code* code = Code::cast(obj); 358 return Code::cast(HeapObject::FromAddress( 431 JSTypedArray* typed_array = JSTypedArray::cast(object_); 433 FixedTypedArrayBase::cast(typed_array->elements()); 438 JSArrayBuffer* buffer = JSArrayBuffer::cast(typed_array->buffer()); 469 JSArrayBuffer* buffer = JSArrayBuffer::cast(object_); 494 ExternalString* string = ExternalString::cast(object_) [all...] |
/external/v8/src/torque/ |
scope.cc | 31 set.insert(Variable::cast(current.second));
|
/external/clang/include/clang/AST/ |
StmtCXX.h | 97 return cast<CompoundStmt>(getStmts()[0]); 100 return cast<CompoundStmt>(getStmts()[0]); 105 return cast<CXXCatchStmt>(getStmts()[i + 1]); 108 return cast<CXXCatchStmt>(getStmts()[i + 1]); 154 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); } 161 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } 165 return cast<DeclStmt>(SubExprs[RANGE]); 180 return cast<DeclStmt>(SubExprs[LOOPVAR]); 337 return cast<VarDecl>(cast<DeclStmt>(getPromiseDeclStmt())->getSingleDecl()) [all...] |
/external/llvm/include/llvm/IR/ |
CallSite.h | 247 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall(); 252 return isCall() && cast<CallInst>(getInstruction())->isTailCall(); 258 ? cast<CallInst>(II)->METHOD \ 259 : cast<InvokeInst>(II)->METHOD 264 cast<CallInst>(II)->METHOD; \ 266 cast<InvokeInst>(II)->METHOD 282 return cast<CallInst>(getInstruction())->isInlineAsm(); 528 cast<CallInst>(II)->getOperandBundlesAsDefs(Defs); 530 cast<InvokeInst>(II)->getOperandBundlesAsDefs(Defs); 595 return cast<CallInst>(getInstruction())->op_end() - 1 [all...] |
/external/llvm/unittests/Linker/ |
LinkModulesTest.cpp | 118 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(), 120 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(), 125 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(), 127 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(), 261 auto *CI = cast<CallInst>(&BB->front()); 262 auto *RI = cast<ReturnInst>(BB->getTerminator()); 267 cast<MDNode>(cast<MetadataAsValue>(CI->getArgOperand(0))->getMetadata()); 290 CI = cast<CallInst>(&BB->front()); 291 RI = cast<ReturnInst>(BB->getTerminator()) [all...] |
/external/lua/src/ |
lobject.c | 159 luaT_trybinTM(L, p1, p2, res, cast(TMS, (op - LUA_OPADD) + TM_ADD)); 201 *endptr = cast(char *, s); /* nothing is valid yet */ 223 *endptr = cast(char *, s); /* valid up to here */ 236 *endptr = cast(char *, s); /* valid up to here */ 296 #define MAXBY10 cast(lua_Unsigned, LUA_MAXINTEGER / 10) 350 buff[UTF8BUFFSZ - 1] = cast(char, x); 354 buff[UTF8BUFFSZ - (n++)] = cast(char, 0x80 | (x & 0x3f)); 358 buff[UTF8BUFFSZ - n] = cast(char, (~mfb << 1) | x); /* add first byte */ 414 char buff = cast(char, va_arg(argp, int)); 426 setivalue(L->top, cast(lua_Integer, va_arg(argp, l_uacInt))) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
Module.cpp | 199 /// with a constantexpr cast to the right type. 293 MDString *Key = cast<MDString>(Flag->getOperand(1)); 364 return cast<DICompileUnit>(CUs->getOperand(Idx)); 367 return cast<DICompileUnit>(CUs->getOperand(Idx)); 450 return cast<ConstantInt>(Val->getValue())->getZExtValue(); 457 return cast<ConstantInt>(Val->getValue())->getZExtValue(); 464 return cast<ConstantInt>(Val->getValue())->getZExtValue(); 487 cast<ConstantInt>(Val->getValue())->getZExtValue()); 501 cast<ConstantInt>(Val->getValue())->getZExtValue()); 522 return Val && (cast<ConstantInt>(Val->getValue())->getZExtValue() > 0) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Linker/ |
LinkModulesTest.cpp | 118 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(), 120 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(), 125 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(), 127 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(), 261 auto *CI = cast<CallInst>(&BB->front()); 262 auto *RI = cast<ReturnInst>(BB->getTerminator()); 267 cast<MDNode>(cast<MetadataAsValue>(CI->getArgOperand(0))->getMetadata()); 290 CI = cast<CallInst>(&BB->front()); 291 RI = cast<ReturnInst>(BB->getTerminator()) [all...] |
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
sample_stats.py | 140 x_len_float64 = math_ops.cast(x_len, np.float64) 144 pad_length = math_ops.cast(target_length - x_len_float64, np.int32) 166 # Cast back to real-valued if x was real to begin with. 167 shifted_product = math_ops.cast(shifted_product, dtype) 203 x_len = math_ops.cast(x_len, dtype.real_dtype) 204 max_lags = math_ops.cast(max_lags, dtype.real_dtype) 206 denominator = math_ops.cast(denominator, dtype) 307 q = math_ops.cast(q, dtypes.float64, name="q") 313 check_ops.assert_greater_equal(q, math_ops.cast(0., dtypes.float64)), 314 check_ops.assert_less_equal(q, math_ops.cast(100., dtypes.float64) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
ltable.h | 22 (gkey(cast(Node *, cast(char *, (v)) - offsetof(Node, i_val))))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
microprotocols.c | 55 pysqlite_microprotocols_add(PyTypeObject *type, PyObject *proto, PyObject *cast)
67 rc = PyDict_SetItem(psyco_adapters, key, cast);
|
/external/clang/lib/AST/ |
Comment.cpp | 158 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl); 171 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); 178 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); 188 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); 198 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl); 206 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl); 234 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl); 310 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DereferenceChecker.cpp | 64 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); 73 const MemberExpr *ME = cast<MemberExpr>(Ex); 81 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); 134 const ArraySubscriptExpr *AE = cast<ArraySubscriptExpr>(S); 142 const OMPArraySectionExpr *AE = cast<OMPArraySectionExpr>(S); 150 const UnaryOperator *U = cast<UnaryOperator>(S); 156 const MemberExpr *M = cast<MemberExpr>(S); 166 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S);
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
JSilverFactory.java | 84 return new JCs(JHdf.cast(hdf), jSilver, loadPathCache); 93 JCs cs = new JCs(JHdf.cast(hdf), jSilver, loadPathCache);
|
/external/llvm/lib/IR/ |
DebugLoc.cpp | 46 return cast<DILocation>(Loc)->getInlinedAtScope(); 90 auto *Scope = cast<DIScope>(getScope());
|
/external/mockito/src/main/java/org/mockito/internal/configuration/plugins/ |
DefaultMockitoPlugins.java | 40 return pluginType.cast(new InstantiatorProvider2Adapter(create(InstantiatorProvider2.class, className))); 66 return pluginType.cast(Class.forName(className).newInstance());
|
/external/python/cpython2/Modules/_sqlite/ |
microprotocols.c | 55 pysqlite_microprotocols_add(PyTypeObject *type, PyObject *proto, PyObject *cast) 67 rc = PyDict_SetItem(psyco_adapters, key, cast);
|