HomeSort by relevance Sort by last modified time
    Searched refs:Cast (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 157 v8::Local<v8::Value> result = proxy->callFunction(v8::Local<v8::Function>::Cast(function), global, args.Length(), params);
V8DOMWindowCustom.cpp 129 ScheduledAction* action = new ScheduledAction(V8Proxy::context(imp->frame()), v8::Handle<v8::Function>::Cast(function), paramCount, params);
  /hardware/ril/mock-ril/src/cpp/
worker_v8.cpp 96 v8::Function::Cast(*functionValue_)->Call(ai->js_this, 1, &args);
node_buffer.cpp 187 Local<Array> a = Local<Array>::Cast(args[0]);
222 Local<Function> write = Local<Function>::Cast(write_v);
ctrl_server.cpp 283 v8::Handle<v8::Function>::Cast(onCtrlServerCmdFunctionValue);
requests.cpp 109 // cast the data to RIL_Dial
283 v8::Handle<v8::Function>::Cast(onRilRequestFunctionValue);
  /external/v8/test/cctest/
test-api.cc     [all...]
test-deoptimization.cc 103 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name)));
239 v8::Local<v8::Function>::Cast(env->Global()->Get(v8::String::New("f")));
  /external/webkit/Source/WebCore/bindings/v8/
V8NPObject.cpp 116 v8::Handle<v8::String> functionName(v8::String::Cast(*args.Data()));
215 v8Function->SetName(v8::Handle<v8::String>::Cast(key));
SerializedScriptValue.cpp 444 v8::Handle<T> composite() { return v8::Handle<T>::Cast(StateBase::composite()); }
    [all...]
  /external/v8/samples/
lineprocessor.cc 290 // It is a function; cast it to a Function
292 v8::Handle<v8::Function>::Cast(process_val);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 221 DT->dominates(cast<Instruction>(Def), InsertPt)) &&
282 Instruction *U1 = cast<Instruction>(*IncrUse++);
284 Instruction *U2 = cast<Instruction>(*IncrUse++);
296 BranchInst *TheBr = cast<BranchInst>(Compare->use_back());
438 // int->fp cast.
544 Instruction *Inst = cast<Instruction>(InVal);
583 PHINode *NewPN = cast<PHINode>(PN->clone());
626 // A cast is safe if its operand is.
648 // add the offsets to the primary induction variable and cast, avoiding
743 virtual void visitCast(CastInst *Cast);
    [all...]
SimplifyLibCalls.cpp 684 ICmpInst *Old = cast<ICmpInst>(*UI++);
    [all...]
LoopStrengthReduce.cpp 785 (isa<SCEVUnknown>(cast<SCEVAddRecExpr>(Reg)->getStart()) ||
786 isa<SCEVConstant>(cast<SCEVAddRecExpr>(Reg)->getStart()))))
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 407 static inline Matcher<T> Cast(M polymorphic_matcher) {
421 static inline Matcher<T> Cast(const Matcher<U>& matcher) {
446 return SafeMatcherCastImpl<T>::Cast(polymorphic_matcher);
615 static Matcher<T> Cast(M polymorphic_matcher) {
626 static Matcher<T> Cast(const Matcher<U>& source_matcher) {
661 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; }
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 131 WriteAsOperand(OS, cast<SCEVConstant>(this)->getValue(), false);
134 const SCEVTruncateExpr *Trunc = cast<SCEVTruncateExpr>(this);
141 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
148 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
155 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(this);
175 const SCEVNAryExpr *NAry = cast<SCEVNAryExpr>(this);
194 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(this);
199 const SCEVUnknown *U = cast<SCEVUnknown>(this);
234 return cast<SCEVConstant>(this)->getType();
238 return cast<SCEVCastExpr>(this)->getType()
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 259 llvm::Constant *CVal = cast<llvm::Constant>(Val);
263 cast<llvm::GlobalVariable>((*II)->stripPointerCasts()))
346 // __cxa_allocate_exception returns a void*; we need to cast this
427 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl());
539 EHFilterScope &filterScope = cast<EHFilterScope>(*EHStack.begin());
597 EHCatchScope &catchScope = cast<EHCatchScope>(scope);
632 return !cast<EHCleanupScope>(S).isEHCleanup();
769 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup());
777 EHFilterScope &filter = cast<EHFilterScope>(*I);
796 EHCatchScope &catchScope = cast<EHCatchScope>(*I)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 94 if (const CastInst *Cast = dyn_cast<CastInst>(I))
95 if (Cast->isNoopCast(TD.getIntPtrType(Cast->getContext())) &&
96 !hasTrivialKill(Cast->getOperand(0)))
105 cast<Instruction>(*I->use_begin())->getParent() == I->getParent();
142 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V))))
166 Reg = TargetMaterializeAlloca(cast<AllocaInst>(V));
181 // Try to emit the constant by using an integer constant with a cast.
203 !TargetSelectInstruction(cast<Instruction>(Op)))
215 Reg = TargetMaterializeConstant(cast<Constant>(V))
    [all...]
  /external/v8/src/
debug.cc 637 int id = Smi::cast(script->id())->value();
648 Handle<Script>::cast(
704 int id = Smi::cast((*location)->id())->value();
752 debug_info_ = Handle<DebugInfo>::cast(
817 Handle<Script> script(Script::cast(function->shared()->script()));
947 Handle<SharedFunctionInfo>(JSFunction::cast(frame->function())->shared());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 27 return ConstantInt::get(cast<IntegerType>(C->getType()), 1);
40 return cast<ConstantInt>(ConstantExpr::getExtractElement(V, Idx));
72 return HasAddOverflow(cast<ConstantInt>(Result),
73 cast<ConstantInt>(In1), cast<ConstantInt>(In2),
107 return HasSubOverflow(cast<ConstantInt>(Result),
108 cast<ConstantInt>(In1), cast<ConstantInt>(In2),
215 !cast<ConstantInt>(GEP->getOperand(1))->isZero() ||
224 Type *EltTy = cast<ArrayType>(Init->getType())->getElementType()
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 476 CallExpr *TheCall = cast<CallExpr>(TheCallResult.get());
477 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
649 DeclRefExpr *DRE =cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
650 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl());
797 cast<FunctionDecl>(LazilyCreateBuiltin(NewBuiltinII, NewBuiltinID,
806 // If the argument is an implicit cast, then there was a promotion due to
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 274 // BYTE SHORT (Cast)
276 // UNSIGNED_BYTE UBYTE4 (Identity) or SHORT (Cast)
280 // UNSIGNED_SHORT FLOAT (Cast)
369 template <> struct VertexTypeMapping<GL_BYTE, false> : VertexTypeMappingBase<D3DVT_SHORT> { }; // Cast
371 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, false> : VertexTypeMappingBase<D3DVT_UBYTE, D3DVT_FLOAT> { }; // Identity, Cast
374 template <> struct VertexTypeMapping<GL_SHORT, true> : VertexTypeMappingBase<D3DVT_SHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
375 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, false> : VertexTypeMappingBase<D3DVT_FLOAT> { }; // Cast
376 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, true> : VertexTypeMappingBase<D3DVT_USHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
381 // Given a GL type & norm flag and a D3D type, ConversionRule provides the type conversion rule (Cast, Normalize, Identity, FixedToFloat).
384 // Almost all cases are covered by Cast (including those that are actually Identity since Cast<T,T> knows it's an identity mapping)
    [all...]
  /frameworks/base/tools/aidl/
Type.cpp 377 new Cast(INT_TYPE, v)));
    [all...]
generate_java.cpp 136 m->comment = "/**\n * Cast an IBinder object into an ";
171 instOfStatement->statements->Add(new ReturnStatement(new Cast(interfaceType, iin)));
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 218 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
334 // Pointer cast, delete any stores and memsets to the global.
401 !cast<Constant>(GEPI->getOperand(1))->isNullValue())
419 cast<ConstantExpr>(U)->getOpcode() != Instruction::GetElementPtr))
427 !cast<Constant>(U->getOperand(1))->isNullValue() ||
437 ConstantInt *Idx = cast<ConstantInt>(U->getOperand(2));
541 NumElements = cast<VectorType>(STy)->getNumElements();
583 cast<ConstantExpr>(GEP)->getOpcode()==Instruction::GetElementPtr)||
589 unsigned Val = cast<ConstantInt>(GEP->getOperand(2))->getZExtValue();
601 NewPtr = ConstantExpr::getGetElementPtr(cast<Constant>(NewPtr), Idxs)
    [all...]

Completed in 577 milliseconds

1 2 34 5