HomeSort by relevance Sort by last modified time
    Searched refs:ToInteger (Results 1 - 25 of 42) sorted by null

1 2

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
UsbSbd.asl 54 Switch (ToInteger(Arg2))
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tpm.asl 127 Switch (ToInteger(Arg1))
176 Switch (ToInteger(Arg1))
296 Switch (ToInteger (Arg1))
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
Tpm.asl 127 Switch (ToInteger(Arg1))
176 Switch (ToInteger(Arg1))
292 Switch (ToInteger (Arg1))
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
Tpm.asl 126 Switch (ToInteger(Arg1))
175 Switch (ToInteger(Arg1))
291 Switch (ToInteger (Arg1))
  /external/v8/src/builtins/
builtins-arraybuffer.cc 38 Object::ToInteger(isolate, length));
builtins-typedarray.cc 189 isolate, num, Object::ToInteger(isolate, args.at<Object>(1)));
194 isolate, num, Object::ToInteger(isolate, args.at<Object>(2)));
200 Object::ToInteger(isolate, end));
builtins-string.cc 612 if (Object::ToInteger(isolate, value).ToHandleChecked()->Number() !=
712 ToInteger(context, position, CodeStubAssembler::kTruncateMinusZero);
751 ToInteger(context, position, CodeStubAssembler::kTruncateMinusZero);
804 Object::ToInteger(isolate, position));
863 Object::ToInteger(isolate, args.atOrUndefined(isolate, 2)));
    [all...]
builtins-number.cc 359 isolate, fraction_digits, Object::ToInteger(isolate, fraction_digits));
402 isolate, fraction_digits, Object::ToInteger(isolate, fraction_digits));
470 Object::ToInteger(isolate, precision));
514 Object::ToInteger(isolate, radix));
    [all...]
builtins-sharedarraybuffer.cc 235 Node* value_integer = a.ToInteger(context, value);
builtins-conversion.cc 412 assembler.Return(assembler.ToInteger(context, input));
builtins.h 223 TFS(ToInteger, BUILTIN, kNoExtraICState, TypeConversion, 1) \
    [all...]
  /external/pdfium/fxjs/
cfxjse_value.h 40 int32_t ToInteger() const;
cfxjse_value.cpp 459 int32_t CFXJSE_Value::ToInteger() const {
  /external/v8/src/interpreter/
interpreter-intrinsics.h 40 V(ToInteger, to_integer, 1) \
interpreter-intrinsics.cc 258 Node* IntrinsicsHelper::ToInteger(Node* input, Node* arg_count, Node* context) {
259 return IntrinsicAsStubCall(input, context, CodeFactory::ToInteger(isolate()));
  /external/pdfium/xfa/fxfa/parser/
cscript_eventpseudomodel.cpp 33 iValue = pValue->ToInteger();
cscript_hostpseudomodel.cpp 75 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger());
cxfa_node.cpp     [all...]
  /external/v8/src/
code-factory.h 92 static Callable ToInteger(Isolate* isolate);
code-factory.cc 248 TFS_BUILTIN(ToInteger)
  /external/v8/src/inspector/
v8-debugger.cc 439 ->ToInteger(context)
465 ->ToInteger(context)
471 ->ToInteger(context)
    [all...]
  /external/v8/src/runtime/
runtime-array.cc 476 // Let n be ? ToInteger(fromIndex). (If fromIndex is undefined, this step
481 Object::ToInteger(isolate, from_index));
583 // Let n be ? ToInteger(fromIndex). (If fromIndex is undefined, this step
588 Object::ToInteger(isolate, from_index));
  /external/v8/src/compiler/
typer.cc 267 static Type* ToInteger(Type*, Typer*);
442 Type* Typer::Visitor::ToInteger(Type* type, Typer* t) {
443 // ES6 section 7.1.4 ToInteger ( argument )
458 type = ToInteger(type, t);
    [all...]
js-intrinsic-lowering.cc 277 NodeProperties::ChangeOp(node, javascript()->ToInteger());
js-operator.h 611 const Operator* ToInteger();

Completed in 742 milliseconds

1 2