Home
last modified time | relevance | path

Searched refs:SetPropertyInLiteral (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ic/
Dkeyed-store-generic.h31 static void SetPropertyInLiteral(compiler::CodeAssemblerState* state,
Dkeyed-store-generic.cc172 void KeyedStoreGenericGenerator::SetPropertyInLiteral( in SetPropertyInLiteral() function in v8::internal::KeyedStoreGenericGenerator
Daccessor-assembler.cc4105 SetPropertyInLiteral(context, result, key, value); in GenerateCloneObjectIC_Slow()
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc1046 TF_BUILTIN(SetPropertyInLiteral, CodeStubAssembler) { in TF_BUILTIN() argument
1052 KeyedStoreGenericGenerator::SetPropertyInLiteral(state(), context, receiver, in TF_BUILTIN()
Dbuiltins-definitions.h902 TFS(SetPropertyInLiteral, kReceiver, kKey, kValue) \
Dbase.tq552 extern transitioning builtin SetPropertyInLiteral(implicit context: Context)(
/external/v8/src/codegen/
Dcode-stub-assembler.h2966 TNode<Object> SetPropertyInLiteral(TNode<Context> context, in SetPropertyInLiteral() function