Home
last modified time | relevance | path

Searched refs:TypedCodeAssemblerVariable (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h190 class TypedCodeAssemblerVariable; variable
414 using TVariable = TypedCodeAssemblerVariable<T>;
1444 class TypedCodeAssemblerVariable : public CodeAssemblerVariable {
1446 TypedCodeAssemblerVariable(TNode<T> initial_value, CodeAssembler* assembler) in TypedCodeAssemblerVariable() function
1449 explicit TypedCodeAssemblerVariable(CodeAssembler* assembler) in TypedCodeAssemblerVariable() function
1452 TypedCodeAssemblerVariable(AssemblerDebugInfo debug_info, in TypedCodeAssemblerVariable() function
1456 TypedCodeAssemblerVariable(AssemblerDebugInfo debug_info, in TypedCodeAssemblerVariable() function
1467 void operator=(const TypedCodeAssemblerVariable<T>& variable) {
1669 TypedCodeAssemblerVariable<Object>* exception);
1678 TypedCodeAssemblerVariable<Object>* exception_;
Dcode-assembler.cc1713 TypedCodeAssemblerVariable<Object>* exception) in ScopedExceptionHandler()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.cc23 using TVariable = compiler::TypedCodeAssemblerVariable<T>;