Searched refs:Exponentiate (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-bigint.cc | 128 result = BigInt::Exponentiate(isolate, left, right); in RUNTIME_FUNCTION()
|
/external/v8/src/objects/ |
D | bigint.h | 103 static MaybeHandle<BigInt> Exponentiate(Isolate* isolate, Handle<BigInt> base,
|
D | bigint.cc | 382 MaybeHandle<BigInt> BigInt::Exponentiate(Isolate* isolate, Handle<BigInt> base, in Exponentiate() function in v8::internal::BigInt
|
/external/v8/src/compiler/ |
D | js-operator.h | 699 const Operator* Exponentiate(); in NON_EXPORTED_BASE()
|
D | js-generic-lowering.cc | 65 REPLACE_STUB_CALL(Exponentiate) in REPLACE_STUB_CALL()
|
D | js-operator.cc | 607 V(Exponentiate, Operator::kNoProperties, 2, 1) \
|
D | bytecode-graph-builder.cc | 2262 BuildBinaryOp(javascript()->Exponentiate()); in VisitExp() 2332 BuildBinaryOpWithImmediate(javascript()->Exponentiate()); in VisitExpSmi()
|
/external/v8/src/builtins/ |
D | builtins-number-gen.cc | 932 TF_BUILTIN(Exponentiate, NumberBuiltinsAssembler) { in TF_BUILTIN() argument
|
D | builtins-definitions.h | 771 TFC(Exponentiate, BinaryOp, 1) \
|