HomeSort by relevance Sort by last modified time
    Searched defs:TypeOf (Results 1 - 13 of 13) sorted by null

  /prebuilts/go/darwin-x86/src/go/types/
api.go 224 // TypeOf returns the type of expression e, or nil if not found.
227 func (info *Info) TypeOf(e ast.Expr) Type {
  /prebuilts/go/linux-x86/src/go/types/
api.go 224 // TypeOf returns the type of expression e, or nil if not found.
227 func (info *Info) TypeOf(e ast.Expr) Type {
  /external/v8/src/interpreter/
bytecode-array-builder.cc 330 BytecodeArrayBuilder& BytecodeArrayBuilder::TypeOf() {
501 // Ensure that typeof mode is in sync with the IC slot kind if the function
    [all...]
  /external/v8/src/wasm/
module-decoder.cc 71 ValueType TypeOf(const WasmModule* module, const WasmInitExpr& expr) {
776 if (global->type != TypeOf(module, global->init)) {
780 WasmOpcodes::TypeName(TypeOf(module, global->init)));
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 546 if (auto* func_type = typer_->TypeOf(expr)->AsFunctionType()) {
577 switch (TypeOf(expr)) {
659 ValueType var_type = TypeOf(expr);
683 AsmType* type = typer_->TypeOf(expr);
780 auto* func_type = typer_->TypeOf(p)->AsFunctionType();
781 auto* func_table_type = typer_->TypeOf(p->obj()->AsVariableProxy()->var())
    [all...]
asm-typer.cc 498 AsmType* AsmTyper::TypeOf(AstNode* node) const {
533 AsmType* AsmTyper::TypeOf(Variable* v) const { return Lookup(v)->type(); }
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 8 // calling TypeOf, which returns a Type.
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 8 // calling TypeOf, which returns a Type.
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 386 Type* TypeOf(Node* node) {
734 input, input_info->representation(), TypeOf(input), node, use);
901 DCHECK(TypeOf(node->InputAt(0))->Is(Type::Boolean()));
905 GetOutputInfoForPhi(node, TypeOf(node), truncation);
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 140 V(Typeof) \
846 struct TypeOf {
847 explicit TypeOf(const HValue* const v) : value(v) {}
860 std::ostream& operator<<(std::ostream& os, const TypeOf& v);
    [all...]
  /external/v8/src/
api.cc     [all...]
objects.cc 606 Handle<String> Object::TypeOf(Isolate* isolate, Handle<Object> object) {
    [all...]
  /tools/external/gradle/
gradle-api-3.5-20170307000048+0000.jar 

Completed in 236 milliseconds