Searched refs:TypedCodeAssemblerVariable (Results 1 – 3 of 3) sorted by relevance
190 class TypedCodeAssemblerVariable; variable414 using TVariable = TypedCodeAssemblerVariable<T>;1444 class TypedCodeAssemblerVariable : public CodeAssemblerVariable {1446 TypedCodeAssemblerVariable(TNode<T> initial_value, CodeAssembler* assembler) in TypedCodeAssemblerVariable() function1449 explicit TypedCodeAssemblerVariable(CodeAssembler* assembler) in TypedCodeAssemblerVariable() function1452 TypedCodeAssemblerVariable(AssemblerDebugInfo debug_info, in TypedCodeAssemblerVariable() function1456 TypedCodeAssemblerVariable(AssemblerDebugInfo debug_info, in TypedCodeAssemblerVariable() function1467 void operator=(const TypedCodeAssemblerVariable<T>& variable) {1669 TypedCodeAssemblerVariable<Object>* exception);1678 TypedCodeAssemblerVariable<Object>* exception_;
1713 TypedCodeAssemblerVariable<Object>* exception) in ScopedExceptionHandler()
23 using TVariable = compiler::TypedCodeAssemblerVariable<T>;