/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCFGOptimizer.cpp | 81 MachineInstr &MI, MachineBasicBlock *NewTarget) { in InvertAndChangeJumpTarget() 103 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget() 80 InvertAndChangeJumpTarget( MachineInstr &MI, MachineBasicBlock *NewTarget) InvertAndChangeJumpTarget() argument
|
H A D | HexagonInstrInfo.h | 475 MachineBasicBlock *NewTarget) const;
|
H A D | HexagonInstrInfo.cpp | 4367 MachineInstr &MI, MachineBasicBlock *NewTarget) const { in invertAndChangeJumpTarget() 4369 << printMBBReference(*NewTarget); in invertAndChangeJumpTarget() 4379 MI.getOperand(TargetPos).setMBB(NewTarget); in invertAndChangeJumpTarget()
|
/third_party/node/test/addons/new-target/ |
H A D | binding.cc | 9 assert(!args.This()->StrictEquals(args.NewTarget())); in NewClass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TailDuplicator.cpp | 730 MachineBasicBlock *NewTarget = *TailBB->succ_begin(); in duplicateSimpleBB() local 745 PredFBB = NewTarget; in duplicateSimpleBB() 747 PredTBB = NewTarget; in duplicateSimpleBB() 764 if (!PredBB->isSuccessor(NewTarget)) in duplicateSimpleBB() 765 PredBB->replaceSuccessor(TailBB, NewTarget); in duplicateSimpleBB()
|
/third_party/node/deps/v8/include/ |
H A D | v8-function-callback.h | 110 V8_INLINE Local<Value> NewTarget() const; 407 Local<Value> FunctionCallbackInfo<T>::NewTarget() const { in NewTarget() function in v8::FunctionCallbackInfo 429 return !NewTarget()->IsUndefined(); in IsConstructCall()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-function-callback.h | 115 V8_INLINE Local<Value> NewTarget() const; 432 Local<Value> FunctionCallbackInfo<T>::NewTarget() const { in Get() function in v8::FunctionCallbackInfo 453 return !NewTarget()->IsUndefined(); in Get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1197 BasicBlock *&NewTarget = ExitBlockMap[OldTarget]; in emitCallAndSwitchStatement() local 1198 if (!NewTarget) { in emitCallAndSwitchStatement() 1201 NewTarget = BasicBlock::Create(Context, in emitCallAndSwitchStatement() 1218 ReturnInst::Create(Context, brVal, NewTarget); in emitCallAndSwitchStatement() 1227 TI->setSuccessor(i, NewTarget); in emitCallAndSwitchStatement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 314 void replaceEdgeKey(Function &OldTarget, Function &NewTarget);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.cpp | 3427 LowerInt1BranchTarget NewTarget = 3431 Producer->getSrc(0), TargetTrue, NewTarget, SC_And); 3434 _br_short_circuit(NewTarget, Cond.invert()); 3441 lowerInt1ForBranch(Producer->getSrc(1), TargetTrue, NewTarget, SC_All) 3450 LowerInt1BranchTarget NewTarget = 3454 Producer->getSrc(0), NewTarget, TargetFalse, SC_Or); 3457 _br_short_circuit(NewTarget, Cond); 3464 NewTarget, TargetFalse,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.h | 1530 V(NewTarget, new_target, 1, Object)
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 680 return v8impl::JsValueFromV8LocalValue(_cbinfo.NewTarget());
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |