Home
last modified time | relevance | path

Searched refs:function_string (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.cc128 Handle<String> function_string = factory->InternalizeUtf8String("function"); in GetImports() local
153 import_kind = function_string; in GetImports()
195 Handle<String> function_string = factory->InternalizeUtf8String("function"); in GetExports() local
218 export_kind = function_string; in GetExports()
/external/v8/src/interpreter/
Dbytecode-flags.cc59 } else if (raw_literal == ast_constants->function_string()) { in GetFlagForLiteral()
/external/v8/src/
Dmessages.cc561 Handle<String> function_string = Handle<String>::cast(function_name); in AppendMethodCall() local
565 (StringIndexOf(isolate, function_string, type_string) == 0); in AppendMethodCall()
571 builder->AppendString(function_string); in AppendMethodCall()
575 if (!StringEndsWithMethodName(isolate, function_string, method_string)) { in AppendMethodCall()
Dheap-symbols.h90 V(function_string, "function") \
Dcode-stub-assembler.cc11586 result_var.Bind(HeapConstant(isolate()->factory()->function_string())); in Typeof()
Dobjects.cc727 if (object->IsCallable()) return isolate->factory()->function_string(); in TypeOf()
/external/v8/src/compiler/
Dtyped-optimization.cc580 jsgraph()->Constant(ObjectRef(js_heap_broker(), f->function_string()))); in ReduceTypeOf()
Djs-heap-broker.cc610 GetOrCreateData(f->function_string()); in SerializeStandardObjects()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2234 const glw::GLchar* function_string) in CheckValue() argument
2239 m_context.getTestContext().getLog() << tcu::TestLog::Message << function_string << " called with " in CheckValue()
2392 …aultsTest::CheckParameterError(const glw::GLchar* pname_string, const glw::GLchar* function_string) in CheckParameterError() argument
2401 m_context.getTestContext().getLog() << tcu::TestLog::Message << function_string << " called with " in CheckParameterError()
Dgl4cDirectStateAccessTests.hpp1706 bool CheckParameterError(const glw::GLchar* pname_string, const glw::GLchar* function_string);
1710 const glw::GLchar* function_string);
/external/v8/src/parsing/
Dparser.cc3762 ast_value_factory()->function_string(), nopos); in CheckCallable()